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.



2865
2866
2867
# File 'lib/google/apis/apigee_v1/classes.rb', line 2865

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



2863
2864
2865
# File 'lib/google/apis/apigee_v1/classes.rb', line 2863

def cert_info
  @cert_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2870
2871
2872
# File 'lib/google/apis/apigee_v1/classes.rb', line 2870

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