Module Values.CollaborationChangeSpecificationSource

Defines the specific changes being requested for a collaboration, including configuration modifications and approval requirements.

Sourcetype nonrec t = {
  1. autoApprovedChangeTypes : AutoApprovedChangeTypeList.t option;
    (*

    Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.

    *)
}
Sourceval make : ?autoApprovedChangeTypes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] 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