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.



2382
2383
2384
# File 'lib/google/apis/apigee_v1/classes.rb', line 2382

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



2380
2381
2382
# File 'lib/google/apis/apigee_v1/classes.rb', line 2380

def cert_info
  @cert_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2387
2388
2389
# File 'lib/google/apis/apigee_v1/classes.rb', line 2387

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