Struct google_coordinate1::JobState [] [src]

pub struct JobState {
    pub kind: Option<String>,
    pub customer_name: Option<String>,
    pub title: Option<String>,
    pub note: Option<Vec<String>>,
    pub assignee: Option<String>,
    pub customer_phone_number: Option<String>,
    pub location: Option<Location>,
    pub progress: Option<String>,
    pub custom_fields: Option<CustomFields>,
}

Current state of a job.

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

Fields

Identifies this object as a job state.

Customer name.

Job title.

Note added to the job.

Email address of the assignee, or the string "DELETED_USER" if the account is no longer available.

Customer phone number.

Job location.

Job progress.

Custom fields.

Trait Implementations

impl Default for JobState
[src]

[src]

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

impl Clone for JobState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for JobState
[src]

[src]

Formats the value using the given formatter.

impl Part for JobState
[src]