Module Values_2.SnapshotJobResultSource

An object that provides information on the result of a snapshot job. This object provides information about the job, the job status, and the location of the generated file.

Sourcetype nonrec t = {
  1. anonymousUsers : Values_1.AnonymousUserSnapshotJobResultList.t option;
    (*

    A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.

    *)
  2. registeredUsers : RegisteredUserSnapshotJobResultList.t option;
    (*

    A list of RegisteredUserSnapshotJobResult objects that contain information about files that are requested for registered user during a StartDashboardSnapshotJob API call.

    *)
}
Sourceval make : ?anonymousUsers:??? -> ?registeredUsers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of Values_0.ShortRestrictiveResourceId.t ]) list ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) list ]) list ] list ]) list ] list ]) 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