Module Values.ChangeInputSource

Specifies a change to apply to a collaboration.

Sourcetype nonrec t = {
  1. specificationType : ChangeSpecificationType.t;
    (*

    The type of specification for the change. Currently supports MEMBER for member-related changes.

    *)
  2. specification : ChangeSpecification.t;
    (*

    The specification details for the change. The structure depends on the specification type.

    *)
}
Sourceval context_ : string
Sourceval make : specificationType:ChangeSpecificationType.t -> specification:ChangeSpecification.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of AccountId.t ]) list ]) list ]) 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