class Google::Apis::ServiceconsumermanagementV1::V1AddVisibilityLabelsResponse

Response message for the `AddVisibilityLabels` method. This response message is assigned to the `response` field of the returned Operation when that operation is done.

Attributes

labels[RW]

The updated set of visibility labels for this consumer on this service. Corresponds to the JSON property `labels` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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