class Google::Apis::ContentV2::AccountStatusExampleItem
Attributes
item_id[RW]
Corresponds to the JSON property `itemId` @return [String]
link[RW]
Corresponds to the JSON property `link` @return [String]
submitted_value[RW]
Corresponds to the JSON property `submittedValue` @return [String]
title[RW]
Corresponds to the JSON property `title` @return [String]
value_on_landing_page[RW]
Corresponds to the JSON property `valueOnLandingPage` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 538 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 543 def update!(**args) @item_id = args[:item_id] if args.key?(:item_id) @link = args[:link] if args.key?(:link) @submitted_value = args[:submitted_value] if args.key?(:submitted_value) @title = args[:title] if args.key?(:title) @value_on_landing_page = args[:value_on_landing_page] if args.key?(:value_on_landing_page) end