Struct google_dataproc1::JobStatus [] [src]

pub struct JobStatus {
    pub state: Option<String>,
    pub state_start_time: Option<String>,
    pub details: Option<String>,
}

Cloud Dataproc job status.

This type is not used in any activity, and only used as part of another schema.

Fields

[Output-only] A state message specifying the overall job state.

[Output-only] The time when this state was entered.

[Output-only] Optional job state details, such as an error description if the state is ERROR.

Trait Implementations

impl Debug for JobStatus
[src]

Formats the value using the given formatter.

impl Clone for JobStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for JobStatus
[src]

Returns the "default value" for a type. Read more

impl Part for JobStatus
[src]