class Google::Apis::FirebaseV1beta1::ListShaCertificatesResponse
Attributes
certificates[RW]
The list of each `ShaCertificate` associated with the `AndroidApp`. Corresponds to the JSON property `certificates` @return [Array<Google::Apis::FirebaseV1beta1::ShaCertificate>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebase_v1beta1/classes.rb, line 725 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebase_v1beta1/classes.rb, line 730 def update!(**args) @certificates = args[:certificates] if args.key?(:certificates) end