GetJobResult

data class GetJobResult(val configuration: JobConfigurationResponse, val etag: String, val jobReference: JobReferenceResponse, val kind: String, val selfLink: String, val statistics: JobStatisticsResponse, val status: JobStatusResponse, val userEmail: String)

Constructors

Link copied to clipboard
fun GetJobResult(configuration: JobConfigurationResponse, etag: String, jobReference: JobReferenceResponse, kind: String, selfLink: String, statistics: JobStatisticsResponse, status: JobStatusResponse, userEmail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Describes the job configuration.

Link copied to clipboard

A hash of this resource.

Link copied to clipboard

Optional Reference describing the unique-per-user name of the job.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

A URL that can be used to access this resource again.

Link copied to clipboard

Information about the job, including starting time and ending time of the job.

Link copied to clipboard

The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.

Link copied to clipboard

Email address of the user who ran the job.