Class: Google::Apis::ServicemanagementV1::UndeleteServiceResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/servicemanagement_v1/classes.rb,
lib/google/apis/servicemanagement_v1/representations.rb,
lib/google/apis/servicemanagement_v1/representations.rb

Overview

Response message for UndeleteService method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UndeleteServiceResponse

Returns a new instance of UndeleteServiceResponse.



3891
3892
3893
# File 'lib/google/apis/servicemanagement_v1/classes.rb', line 3891

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#serviceGoogle::Apis::ServicemanagementV1::ManagedService

The full representation of a Service that is managed by Google Service Management. Corresponds to the JSON property service



3889
3890
3891
# File 'lib/google/apis/servicemanagement_v1/classes.rb', line 3889

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3896
3897
3898
# File 'lib/google/apis/servicemanagement_v1/classes.rb', line 3896

def update!(**args)
  @service = args[:service] if args.key?(:service)
end