Module Values_0.SheetLayoutGroupMemberSource

A member of a sheet layout group.

Sourcetype nonrec t = {
  1. id : ShortRestrictiveResourceId.t;
    (*

    The unique identifier of the group member.

    *)
  2. type_ : SheetLayoutGroupMemberType.t;
    (*

    The type of the group member.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ShortRestrictiveResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t