SnapshotJobResult

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.

Types

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

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: SnapshotJobResult.Builder.() -> Unit = {}): SnapshotJobResult
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