class Google::Apis::ContentV2::ProductCustomGroup

Attributes

attributes[RW]

The sub-attributes. Corresponds to the JSON property `attributes` @return [Array<Google::Apis::ContentV2::ProductCustomAttribute>]

name[RW]

The name of the group. Underscores will be replaced by spaces upon insertion. Corresponds to the JSON property `name` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/content_v2/classes.rb, line 5091
def update!(**args)
  @attributes = args[:attributes] if args.key?(:attributes)
  @name = args[:name] if args.key?(:name)
end