Struct google_content2::OrderCustomerMarketingRightsInfo[][src]

pub struct OrderCustomerMarketingRightsInfo {
    pub explicit_marketing_preference: Option<String>,
    pub last_updated_timestamp: Option<String>,
    pub marketing_email_address: Option<String>,
}

There is no detailed description.

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

Fields

Last known user selection regarding marketing preferences. In certain cases this selection might not be known, so this field would be empty.

Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.

Email address that can be used for marketing purposes. This field is only filled when explicitMarketingPreference is equal to 'granted'.

Trait Implementations

impl Default for OrderCustomerMarketingRightsInfo
[src]

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

impl Clone for OrderCustomerMarketingRightsInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderCustomerMarketingRightsInfo
[src]

Formats the value using the given formatter. Read more

impl Part for OrderCustomerMarketingRightsInfo
[src]

Auto Trait Implementations