class Google::Apis::ContentV2_1::ProductProductDetail
Attributes
attribute_name[RW]
The name of the product detail. Corresponds to the JSON property `attributeName` @return [String]
attribute_value[RW]
The value of the product detail. Corresponds to the JSON property `attributeValue` @return [String]
section_name[RW]
The section header used to group a set of product details. Corresponds to the JSON property `sectionName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 10662 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_1/classes.rb, line 10667 def update!(**args) @attribute_name = args[:attribute_name] if args.key?(:attribute_name) @attribute_value = args[:attribute_value] if args.key?(:attribute_value) @section_name = args[:section_name] if args.key?(:section_name) end