class Google::Apis::ServiceconsumermanagementV1beta1::V1beta1RemoveVisibilityLabelsResponse

Response message for the `RemoveVisibilityLabels` 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_v1beta1/classes.rb, line 3599
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_v1beta1/classes.rb, line 3604
def update!(**args)
  @labels = args[:labels] if args.key?(:labels)
end