Module Values_2.SpaceDetailsSource

The space's details.

Sourcetype nonrec t = {
  1. domainId : Values_0.DomainId.t option;
    (*

    The ID of the associated domain.

    *)
  2. spaceName : Values_0.SpaceName.t option;
    (*

    The name of the space.

    *)
  3. status : Values_1.SpaceStatus.t option;
    (*

    The status.

    *)
  4. creationTime : Values_0.CreationTime.t option;
    (*

    The creation time.

    *)
  5. lastModifiedTime : Values_0.LastModifiedTime.t option;
    (*

    The last modified time.

    *)
  6. spaceSettingsSummary : SpaceSettingsSummary.t option;
    (*

    Specifies summary information about the space settings.

    *)
  7. spaceSharingSettingsSummary : SpaceSharingSettingsSummary.t option;
    (*

    Specifies summary information about the space sharing settings.

    *)
  8. ownershipSettingsSummary : OwnershipSettingsSummary.t option;
    (*

    Specifies summary information about the ownership settings.

    *)
  9. spaceDisplayName : Values_0.NonEmptyString64.t option;
    (*

    The name of the space that appears in the Studio UI.

    *)
}
Sourceval make : ?domainId:??? -> ?spaceName:??? -> ?status:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?spaceSettingsSummary:??? -> ?spaceSharingSettingsSummary:??? -> ?ownershipSettingsSummary:??? -> ?spaceDisplayName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.DomainId.t | `Structure of (string * [> `Enum of string | `String of Values_0.UserProfileName.t | `Structure of (string * [> `Structure of (string * [> `Integer of Values_0.SpaceEbsVolumeSizeInGb.t ]) list ]) list ]) list | `Timestamp of Values_0.CreationTime.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