Class: DatadogAPIClient::V2::OpsgenieServiceUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OpsgenieServiceUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb
Overview
The Opsgenie service attributes for an update request.
Instance Attribute Summary collapse
-
#custom_url ⇒ Object
The custom URL for a custom region.
-
#name ⇒ Object
The name for the Opsgenie service.
-
#opsgenie_api_key ⇒ Object
The Opsgenie API key for your Opsgenie service.
-
#region ⇒ Object
The region for the Opsgenie service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#custom_url ⇒ Object
The custom URL for a custom region.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb', line 29 def custom_url @custom_url end |
#name ⇒ Object
The name for the Opsgenie service.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb', line 32 def name @name end |
#opsgenie_api_key ⇒ Object
The Opsgenie API key for your Opsgenie service.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb', line 35 def opsgenie_api_key @opsgenie_api_key end |
#region ⇒ Object
The region for the Opsgenie service.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb', line 38 def region @region end |