Struct google_content2::TestOrderCustomerMarketingRightsInfo[][src]

pub struct TestOrderCustomerMarketingRightsInfo {
    pub explicit_marketing_preference: Option<String>,
    pub last_updated_timestamp: 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 know user use selection regards marketing preferences. In certain cases 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.

Trait Implementations

impl Default for TestOrderCustomerMarketingRightsInfo
[src]

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

impl Clone for TestOrderCustomerMarketingRightsInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestOrderCustomerMarketingRightsInfo
[src]

Formats the value using the given formatter. Read more

impl Part for TestOrderCustomerMarketingRightsInfo
[src]

Auto Trait Implementations