class Google::Apis::ContentV2::TestOrderCustomerMarketingRightsInfo

Attributes

explicit_marketing_preference[RW]

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`” Corresponds to the JSON property `explicitMarketingPreference` @return [String]

last_updated_timestamp[RW]

Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet. Corresponds to the JSON property `lastUpdatedTimestamp` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 11090
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2/classes.rb, line 11095
def update!(**args)
  @explicit_marketing_preference = args[:explicit_marketing_preference] if args.key?(:explicit_marketing_preference)
  @last_updated_timestamp = args[:last_updated_timestamp] if args.key?(:last_updated_timestamp)
end