Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse
 
 
- 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 BatchGetSafetyNetConfigs method.
Instance Attribute Summary collapse
- 
  
    
      #configs  ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaSafetyNetConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
SafetyNetConfigs retrieved.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse
Returns a new instance of GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse.
      250 251 252  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 250 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#configs ⇒ Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaSafetyNetConfig>
SafetyNetConfigs retrieved.
Corresponds to the JSON property configs
      248 249 250  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 248 def configs @configs end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      255 256 257  | 
    
      # File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 255 def update!(**args) @configs = args[:configs] if args.key?(:configs) end  |