Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Certificate

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1Certificate

Returns a new instance of GoogleCloudApigeeV1Certificate.



1829
1830
1831
# File 'lib/google/apis/apigee_v1/classes.rb', line 1829

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

Instance Attribute Details

#cert_infoArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1CertInfo>

Chain of certificates under this name. Corresponds to the JSON property certInfo



1827
1828
1829
# File 'lib/google/apis/apigee_v1/classes.rb', line 1827

def cert_info
  @cert_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1834
1835
1836
# File 'lib/google/apis/apigee_v1/classes.rb', line 1834

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