Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/firebaseappcheck_v1beta/classes.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb 
Overview
Response message for the BatchUpdateServices method.
Instance Attribute Summary collapse
- 
  
    
      #services  ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaService> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service objects after the updates have been applied.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse
Returns a new instance of GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse.
      346 347 348  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 346 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#services ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaService>
Service objects after the updates have been applied.
Corresponds to the JSON property services
      344 345 346  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 344 def services @services end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      351 352 353  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 351 def update!(**args) @services = args[:services] if args.key?(:services) end  |