Get Job Result
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
constructor(configuration: JobConfigurationResponse, etag: String, jobReference: JobReferenceResponse, kind: String, selfLink: String, statistics: JobStatisticsResponse, status: JobStatusResponse, userEmail: String)
Properties
Link copied to clipboard
Required Describes the job configuration.
Link copied to clipboard
Optional Reference describing the unique-per-user name of the job.
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.