Struct google_coordinate1::Schedule [] [src]

pub struct Schedule {
    pub duration: Option<String>,
    pub kind: Option<String>,
    pub all_day: Option<bool>,
    pub start_time: Option<String>,
    pub end_time: Option<String>,
}

Job schedule.

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

Job duration in milliseconds.

Identifies this object as a job schedule.

Whether the job is scheduled for the whole day. Time of day in start/end times is ignored if this is true.

Scheduled start time in milliseconds since epoch.

Scheduled end time in milliseconds since epoch.

Trait Implementations

impl Debug for Schedule
[src]

Formats the value using the given formatter.

impl Clone for Schedule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Schedule
[src]

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

impl RequestValue for Schedule
[src]

impl ResponseResult for Schedule
[src]