Module Values_1.OwnershipSettingsSource

The collection of ownership settings for a space.

Sourcetype nonrec t = {
  1. ownerUserProfileName : Values_0.UserProfileName.t;
    (*

    The user profile who is the owner of the space.

    *)
}
Sourceval context_ : string
Sourceval make : ownerUserProfileName:Values_0.UserProfileName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.UserProfileName.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