class Google::Apis::ContentV2_1::LabelIds

The IDs of labels that should be assigned to the CSS domain.

Attributes

label_ids[RW]

The list of label IDs. Corresponds to the JSON property `labelIds` @return [Array<Fixnum>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 3674
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 3679
def update!(**args)
  @label_ids = args[:label_ids] if args.key?(:label_ids)
end