class Google::Apis::NotebooksV1::SetInstanceLabelsRequest

Request for setting instance labels.

Attributes

labels[RW]

Labels to apply to this instance. These can be later modified by the setLabels method Corresponds to the JSON property `labels` @return [Hash<String,String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/notebooks_v1/classes.rb, line 2306
def update!(**args)
  @labels = args[:labels] if args.key?(:labels)
end