Class: Google::Apis::ServicemanagementV1::DeleteServiceStrategy
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ServicemanagementV1::DeleteServiceStrategy
 
- 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
Strategy used to delete a service. This strategy is a placeholder only used by the system generated rollout to delete a service.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DeleteServiceStrategy 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DeleteServiceStrategy. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteServiceStrategy
Returns a new instance of DeleteServiceStrategy
| 1046 1047 1048 | # File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1046 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1051 1052 | # File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1051 def update!(**args) end |