Class: Google::Apis::ServiceuserV1::EnableServiceRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ServiceuserV1::EnableServiceRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/serviceuser_v1/classes.rb,
 generated/google/apis/serviceuser_v1/representations.rb,
 generated/google/apis/serviceuser_v1/representations.rb
Overview
Request message for EnableService method.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ EnableServiceRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of EnableServiceRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ EnableServiceRequest
Returns a new instance of EnableServiceRequest
| 860 861 862 | # File 'generated/google/apis/serviceuser_v1/classes.rb', line 860 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 865 866 | # File 'generated/google/apis/serviceuser_v1/classes.rb', line 865 def update!(**args) end |