Struct google_content2::CutoffTime[][src]

pub struct CutoffTime {
    pub timezone: Option<String>,
    pub hour: Option<u32>,
    pub minute: Option<u32>,
}

There is no detailed description.

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

Fields

Timezone identifier for the cutoff time. A list of identifiers can be found in the AdWords API documentation. E.g. "Europe/Zurich". Required.

Hour of the cutoff time until which an order has to be placed to be processed in the same day. Required.

Minute of the cutoff time until which an order has to be placed to be processed in the same day. Required.

Trait Implementations

impl Default for CutoffTime
[src]

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

impl Clone for CutoffTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CutoffTime
[src]

Formats the value using the given formatter. Read more

impl Part for CutoffTime
[src]

Auto Trait Implementations

impl Send for CutoffTime

impl Sync for CutoffTime