class Google::Apis::ContentV2::CustomGroup

Attributes

attributes[RW]

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

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 lib/google/apis/content_v2/classes.rb, line 1695
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 1700
def update!(**args)
  @attributes = args[:attributes] if args.key?(:attributes)
  @name = args[:name] if args.key?(:name)
end