class Google::Apis::ServiceusageV1::DisableServiceResponse

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

Attributes

service[RW]

A service that is available for use by the consumer. Corresponds to the JSON property `service` @return [Google::Apis::ServiceusageV1::GoogleApiServiceusageV1Service]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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