Struct google_partners2::HistoricalOffer[][src]

pub struct HistoricalOffer {
    pub offer_code: Option<String>,
    pub status: Option<String>,
    pub offer_country_code: Option<i64>,
    pub adwords_url: Option<String>,
    pub creation_time: Option<String>,
    pub client_id: Option<String>,
    pub client_email: Option<String>,
    pub expiration_time: Option<String>,
    pub offer_type: Option<String>,
    pub sender_name: Option<String>,
    pub last_modified_time: Option<String>,
    pub client_name: Option<String>,
}

Historical information about a Google Partners Offer.

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

Fields

Offer code.

Status of the offer.

Country Code for the offer country.

Client's AdWords page URL.

Time offer was first created.

ID of client.

Email address for client.

Time this offer expires.

Type of offer.

Name (First + Last) of the partners user to whom the incentive is allocated.

Time last action was taken.

Name of the client.

Trait Implementations

impl Default for HistoricalOffer
[src]

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

impl Clone for HistoricalOffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HistoricalOffer
[src]

Formats the value using the given formatter. Read more

impl Part for HistoricalOffer
[src]

Auto Trait Implementations