SnapshotFile

A 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the snapshot file to be generated. You can choose between CSV, Excel, or PDF.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: SnapshotFile.Builder.() -> Unit = {}): SnapshotFile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String