Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse
 
 
- 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 BatchGetAppAttestConfigs method.
Instance Attribute Summary collapse
- 
  
    
      #configs  ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaAppAttestConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
AppAttestConfigs retrieved.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetAppAttestConfigsResponse.
      136 137 138  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 136 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaAppAttestConfig>
AppAttestConfigs retrieved.
Corresponds to the JSON property configs
      134 135 136  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 134 def configs @configs end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      141 142 143  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 141 def update!(**args) @configs = args[:configs] if args.key?(:configs) end  |