Struct gapi_grpc::google::ads::googleads::v7::common::PriceFeedItem[][src]

pub struct PriceFeedItem {
    pub type: i32,
    pub price_qualifier: i32,
    pub tracking_url_template: String,
    pub language_code: String,
    pub price_offerings: Vec<PriceOffer>,
    pub final_url_suffix: String,
}

Represents a Price extension.

Fields

type: i32

Price extension type of this extension.

price_qualifier: i32

Price qualifier for all offers of this price extension.

tracking_url_template: String

Tracking URL template for all offers of this price extension.

language_code: String

The code of the language used for this price extension.

price_offerings: Vec<PriceOffer>

The price offerings in this price extension.

final_url_suffix: String

Tracking URL template for all offers of this price extension.

Implementations

impl PriceFeedItem[src]

pub fn type(&self) -> PriceExtensionType[src]

Returns the enum value of type, or the default if the field is set to an invalid enum value.

pub fn set_type(&mut self, value: PriceExtensionType)[src]

Sets type to the provided enum value.

pub fn price_qualifier(&self) -> PriceExtensionPriceQualifier[src]

Returns the enum value of price_qualifier, or the default if the field is set to an invalid enum value.

pub fn set_price_qualifier(&mut self, value: PriceExtensionPriceQualifier)[src]

Sets price_qualifier to the provided enum value.

Trait Implementations

impl Clone for PriceFeedItem[src]

impl Debug for PriceFeedItem[src]

impl Default for PriceFeedItem[src]

impl Message for PriceFeedItem[src]

impl PartialEq<PriceFeedItem> for PriceFeedItem[src]

impl StructuralPartialEq for PriceFeedItem[src]

Auto Trait Implementations

impl RefUnwindSafe for PriceFeedItem

impl Send for PriceFeedItem

impl Sync for PriceFeedItem

impl Unpin for PriceFeedItem

impl UnwindSafe for PriceFeedItem

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]