class Google::Apis::ApigeeV1::GoogleCloudApigeeV1Certificate
Attributes
cert_info[RW]
Chain of certificates under this name. Corresponds to the JSON property `certInfo` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1CertInfo>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 1421 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 1426 def update!(**args) @cert_info = args[:cert_info] if args.key?(:cert_info) end