Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Certificate
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1Certificate
- 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
-
#cert_info ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1CertInfo>
Chain of certificates under this name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1Certificate
constructor
A new instance of GoogleCloudApigeeV1Certificate.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_info ⇒ Array<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 |