Class: Google::Apis::ServiceusageV1::BatchGetServicesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ServiceusageV1::BatchGetServicesResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/serviceusage_v1/classes.rb,
lib/google/apis/serviceusage_v1/representations.rb,
lib/google/apis/serviceusage_v1/representations.rb 
Overview
Response message for the BatchGetServices method.
Instance Attribute Summary collapse
- 
  
    
      #services  ⇒ Array<Google::Apis::ServiceusageV1::GoogleApiServiceusageV1Service> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The requested Service states.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchGetServicesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BatchGetServicesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ BatchGetServicesResponse
Returns a new instance of BatchGetServicesResponse.
      719 720 721  | 
    
      # File 'lib/google/apis/serviceusage_v1/classes.rb', line 719 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#services ⇒ Array<Google::Apis::ServiceusageV1::GoogleApiServiceusageV1Service>
The requested Service states.
Corresponds to the JSON property services
      717 718 719  | 
    
      # File 'lib/google/apis/serviceusage_v1/classes.rb', line 717 def services @services end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      724 725 726  | 
    
      # File 'lib/google/apis/serviceusage_v1/classes.rb', line 724 def update!(**args) @services = args[:services] if args.key?(:services) end  |