Struct google_dfareporting3d4::api::PricingSchedule[][src]

pub struct PricingSchedule {
    pub cap_cost_option: Option<String>,
    pub end_date: Option<String>,
    pub flighted: Option<bool>,
    pub floodlight_activity_id: Option<String>,
    pub pricing_periods: Option<Vec<PricingSchedulePricingPeriod>>,
    pub pricing_type: Option<String>,
    pub start_date: Option<String>,
    pub testing_start_date: Option<String>,
}

Pricing Schedule

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

Fields

cap_cost_option: Option<String>

Placement cap cost option.

end_date: Option<String>

no description provided

flighted: Option<bool>

Whether this placement is flighted. If true, pricing periods will be computed automatically.

floodlight_activity_id: Option<String>

Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA.

pricing_periods: Option<Vec<PricingSchedulePricingPeriod>>

Pricing periods for this placement.

pricing_type: Option<String>

Placement pricing type. This field is required on insertion.

start_date: Option<String>

no description provided

testing_start_date: Option<String>

no description provided

Trait Implementations

impl Clone for PricingSchedule[src]

impl Debug for PricingSchedule[src]

impl Default for PricingSchedule[src]

impl<'de> Deserialize<'de> for PricingSchedule[src]

impl Part for PricingSchedule[src]

impl Serialize for PricingSchedule[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.