Class: Google::Apis::ServicemanagementV1::UndeleteServiceResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ServicemanagementV1::UndeleteServiceResponse
 
 
- 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
- 
  
    
      #service  ⇒ Google::Apis::ServicemanagementV1::ManagedService 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full representation of a Service that is managed by Google Service Management.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UndeleteServiceResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UndeleteServiceResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UndeleteServiceResponse
Returns a new instance of UndeleteServiceResponse
      4506 4507 4508  | 
    
      # File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4506 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#service ⇒ Google::Apis::ServicemanagementV1::ManagedService
The full representation of a Service that is managed by
Google Service Management.
Corresponds to the JSON property service
      4504 4505 4506  | 
    
      # File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4504 def service @service end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4511 4512 4513  | 
    
      # File 'generated/google/apis/servicemanagement_v1/classes.rb', line 4511 def update!(**args) @service = args[:service] if args.key?(:service) end  |