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

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

Overview

Response message for UndeleteService method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UndeleteServiceResponse

Returns a new instance of UndeleteServiceResponse.



4608
4609
4610
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4608

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



4606
4607
4608
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4606

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4613
4614
4615
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4613

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