View Source GoogleApi.Content.V2.Model.TestOrderCustomerMarketingRightsInfo (google_api_content v0.66.0)

Attributes

  • explicitMarketingPreference (type: String.t, default: nil) - 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"
  • lastUpdatedTimestamp (type: String.t, default: nil) - Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.TestOrderCustomerMarketingRightsInfo{
  explicitMarketingPreference: String.t() | nil,
  lastUpdatedTimestamp: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.