class Google::Apis::ServiceusageV1beta1::EnableServiceResponse
Response message for the `EnableService` 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::ServiceusageV1beta1::GoogleApiServiceusageV1Service]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceusage_v1beta1/classes.rb, line 1176 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_v1beta1/classes.rb, line 1181 def update!(**args) @service = args[:service] if args.key?(:service) end