Struct google_coordinate1::Job [] [src]

pub struct Job {
    pub kind: Option<String>,
    pub job_change: Option<Vec<JobChange>>,
    pub id: Option<String>,
    pub state: Option<JobState>,
}

A job.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Identifies this object as a job.

List of job changes since it was created. The first change corresponds to the state of the job when it was created.

Job id.

Current job state.

Trait Implementations

impl Debug for Job
[src]

Formats the value using the given formatter.

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Job
[src]

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

impl RequestValue for Job
[src]

impl Resource for Job
[src]

impl ResponseResult for Job
[src]