class Google::Apis::ContentV2_1::AccountsUpdateLabelsRequest

Attributes

label_ids[RW]

The IDs of labels that should be assigned to the account. 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 1271
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 1276
def update!(**args)
  @label_ids = args[:label_ids] if args.key?(:label_ids)
end