Class: DatadogAPIClient::V2::GCPSTSServiceAccountUpdateRequestData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GCPSTSServiceAccountUpdateRequestData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/gcpsts_service_account_update_request_data.rb
Overview
Data on your service account.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Attributes associated with your service account.
-
#id ⇒ Object
Your service account’s unique ID.
-
#type ⇒ Object
The type of account.
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/gcpsts_service_account_update_request_data.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes associated with your service account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/gcpsts_service_account_update_request_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Your service account’s unique ID.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/gcpsts_service_account_update_request_data.rb', line 28 def id @id end |
#type ⇒ Object
The type of account.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/gcpsts_service_account_update_request_data.rb', line 31 def type @type end |