Module Values_1.AnonymousUserSnapshotJobResultSource

A structure that contains the file groups that are requested for the artifact generation in a StartDashboardSnapshotJob API call.

Sourcetype nonrec t = {
  1. fileGroups : SnapshotJobResultFileGroupList.t option;
    (*

    A list of SnapshotJobResultFileGroup objects that contain information on the files that are requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects contain the location where the snapshot artifacts are stored. If the job fails, the objects contain information about the error that caused the job to fail.

    *)
}
Sourceval make : ?fileGroups:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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