Class: DatadogAPIClient::V2::OpsgenieAccountUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OpsgenieAccountUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/opsgenie_account_update_attributes.rb
Overview
The Opsgenie account attributes for an update request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#api_key ⇒ Object
readonly
The Opsgenie API key for your Opsgenie account.
-
#region ⇒ Object
The region for the Opsgenie service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/opsgenie_account_update_attributes.rb', line 30 def additional_properties @additional_properties end |
#api_key ⇒ Object
The Opsgenie API key for your Opsgenie account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/opsgenie_account_update_attributes.rb', line 25 def api_key @api_key end |
#region ⇒ Object
The region for the Opsgenie service.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/opsgenie_account_update_attributes.rb', line 28 def region @region end |