Class: Google::Apis::ContentV2::TestOrderCustomerMarketingRightsInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TestOrderCustomerMarketingRightsInfo

Returns a new instance of TestOrderCustomerMarketingRightsInfo.



10767
10768
10769
# File 'lib/google/apis/content_v2/classes.rb', line 10767

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#explicit_marketing_preferenceString

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

Returns:

  • (String)


10759
10760
10761
# File 'lib/google/apis/content_v2/classes.rb', line 10759

def explicit_marketing_preference
  @explicit_marketing_preference
end

#last_updated_timestampString

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

Returns:

  • (String)


10765
10766
10767
# File 'lib/google/apis/content_v2/classes.rb', line 10765

def last_updated_timestamp
  @last_updated_timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10772
10773
10774
10775
# File 'lib/google/apis/content_v2/classes.rb', line 10772

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