GetJobResult

data class GetJobResult(val apiVersion: String, val kind: String, val metadata: ObjectMetaResponse, val spec: JobSpecResponse, val status: JobStatusResponse)

Constructors

Link copied to clipboard
constructor(apiVersion: String, kind: String, metadata: ObjectMetaResponse, spec: JobSpecResponse, status: JobStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values.

Link copied to clipboard

Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase.

Link copied to clipboard

Optional. Standard object's metadata.

Link copied to clipboard

Optional. Specification of the desired behavior of a job.

Link copied to clipboard

Current status of a job.