Struct google_content2::DeliveryTime [] [src]

pub struct DeliveryTime {
    pub max_transit_time_in_days: Option<u32>,
    pub min_transit_time_in_days: Option<u32>,
}

There is no detailed description.

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

Fields

Maximum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to minTransitTimeInDays. Required.

Minimum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Required.

Trait Implementations

impl Debug for DeliveryTime
[src]

Formats the value using the given formatter.

impl Clone for DeliveryTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DeliveryTime
[src]

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

impl Part for DeliveryTime
[src]