Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Certificate
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1Certificate
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/apigee_v1/classes.rb,
generated/google/apis/apigee_v1/representations.rb,
generated/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.
1257 1258 1259 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 1257 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
1255 1256 1257 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 1255 def cert_info @cert_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1262 1263 1264 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 1262 def update!(**args) @cert_info = args[:cert_info] if args.key?(:cert_info) end |