Class: DatadogAPIClient::V2::GCPServiceAccountUpdate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GCPServiceAccountUpdate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/gcp_service_account_update.rb
Overview
The definition of the GCPServiceAccount
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#private_key ⇒ Object
The
GCPServiceAccountUpdate
private_key
. -
#service_account_email ⇒ Object
The
GCPServiceAccountUpdate
service_account_email
. -
#type ⇒ Object
readonly
The definition of the
GCPServiceAccount
object.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account_update.rb', line 33 def additional_properties @additional_properties end |
#private_key ⇒ Object
The GCPServiceAccountUpdate
private_key
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account_update.rb', line 25 def private_key @private_key end |
#service_account_email ⇒ Object
The GCPServiceAccountUpdate
service_account_email
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account_update.rb', line 28 def service_account_email @service_account_email end |
#type ⇒ Object
The definition of the GCPServiceAccount
object.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account_update.rb', line 31 def type @type end |