Class: Google::Apis::FirebaseV1beta1::ListShaCertificatesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/firebase_v1beta1/classes.rb,
generated/google/apis/firebase_v1beta1/representations.rb,
generated/google/apis/firebase_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListShaCertificatesResponse

Returns a new instance of ListShaCertificatesResponse.



752
753
754
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 752

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#certificatesArray<Google::Apis::FirebaseV1beta1::ShaCertificate>

The list of SHA certificates associated with the App. Corresponds to the JSON property certificates



750
751
752
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 750

def certificates
  @certificates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



757
758
759
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 757

def update!(**args)
  @certificates = args[:certificates] if args.key?(:certificates)
end