Values_1.SnapshotFileSourceA structure that contains the information for the snapshot that you want to generate. This information is provided by you when you start a new snapshot job.
type nonrec t = {sheetSelections : SnapshotFileSheetSelectionList.t;A list of SnapshotFileSheetSelection objects that contain information on the dashboard sheet that is exported. These objects provide information about the snapshot artifacts that are generated during the job. This structure can hold a maximum of 5 CSV configurations, 5 Excel configurations, or 1 configuration for PDF.
*)formatType : SnapshotFileFormatType.t;The format of the snapshot file to be generated. You can choose between CSV, Excel, or PDF.
*)}val make :
sheetSelections:SnapshotFileSheetSelectionList.t ->
formatType:SnapshotFileFormatType.t ->
unit ->
tval to_value :
t ->
[> `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 ])
list ]