Struct google_dfareporting3d4::api::Pricing[][src]

pub struct Pricing {
    pub cap_cost_type: Option<String>,
    pub end_date: Option<String>,
    pub flights: Option<Vec<Flight>>,
    pub group_type: Option<String>,
    pub pricing_type: Option<String>,
    pub start_date: Option<String>,
}
Expand description

Pricing Information

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

Fields

cap_cost_type: Option<String>

Cap cost type of this inventory item.

end_date: Option<String>

no description provided

flights: Option<Vec<Flight>>

Flights of this inventory item. A flight (a.k.a. pricing period) represents the inventory item pricing information for a specific period of time.

group_type: Option<String>

Group type of this inventory item if it represents a placement group. Is null otherwise. There are two type of placement groups: PLANNING_PLACEMENT_GROUP_TYPE_PACKAGE is a simple group of inventory items that acts as a single pricing point for a group of tags. PLANNING_PLACEMENT_GROUP_TYPE_ROADBLOCK is a group of inventory items that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned inventory items to be marked as primary.

pricing_type: Option<String>

Pricing type of this inventory item.

start_date: Option<String>

no description provided

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.