Struct google_content2::api::TestOrderCustomerMarketingRightsInfo [−][src]
pub struct TestOrderCustomerMarketingRightsInfo {
pub explicit_marketing_preference: Option<String>,
pub last_updated_timestamp: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
explicit_marketing_preference: Option<String>Last know user use selection regards marketing preferences. In certain cases selection might not be known, so this field would be empty. Acceptable values are: - “denied” - “granted”
last_updated_timestamp: Option<String>Timestamp when last time marketing preference was updated. Could be empty, if user wasn’t offered a selection yet.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for TestOrderCustomerMarketingRightsInfo
impl Sync for TestOrderCustomerMarketingRightsInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more