GetExportResult

data class GetExportResult(val created: String, val datastoreName: String, val description: String, val error: String, val executionTime: String, val name: String, val self: String, val state: String, val updated: String)

Constructors

Link copied to clipboard
fun GetExportResult(created: String, datastoreName: String, description: String, error: String, executionTime: String, name: String, self: String, state: String, updated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time the export job was created.

Link copied to clipboard

Name of the datastore that is the destination of the export job datastore

Link copied to clipboard

Description of the export job.

Link copied to clipboard

Error is set when export fails

Link copied to clipboard

Execution time for this export job. If the job is still in progress, it will be set to the amount of time that has elapsed sincecreated, in seconds. Else, it will set to (updated - created), in seconds.

Link copied to clipboard

Display name of the export job.

Link copied to clipboard

Self link of the export job. A URI that can be used to retrieve the status of an export job. Example: /organizations/myorg/environments/myenv/analytics/exports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd

Link copied to clipboard

Status of the export job. Valid values include enqueued, running, completed, and failed.

Link copied to clipboard

Time the export job was last updated.