Class: Google::Apis::FirebaseV1beta1::ListShaCertificatesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::FirebaseV1beta1::ListShaCertificatesResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/firebase_v1beta1/classes.rb,
lib/google/apis/firebase_v1beta1/representations.rb,
lib/google/apis/firebase_v1beta1/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #certificates  ⇒ Array<Google::Apis::FirebaseV1beta1::ShaCertificate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of each
ShaCertificateassociated with theAndroidApp. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListShaCertificatesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListShaCertificatesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ListShaCertificatesResponse
Returns a new instance of ListShaCertificatesResponse.
      918 919 920  | 
    
      # File 'lib/google/apis/firebase_v1beta1/classes.rb', line 918 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#certificates ⇒ Array<Google::Apis::FirebaseV1beta1::ShaCertificate>
The list of each ShaCertificate associated with the AndroidApp.
Corresponds to the JSON property certificates
      916 917 918  | 
    
      # File 'lib/google/apis/firebase_v1beta1/classes.rb', line 916 def certificates @certificates end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      923 924 925  | 
    
      # File 'lib/google/apis/firebase_v1beta1/classes.rb', line 923 def update!(**args) @certificates = args[:certificates] if args.key?(:certificates) end  |