Class: DatadogAPIClient::V2::OpsgenieServiceUpdateAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#custom_urlObject

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

#nameObject

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_keyObject

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

#regionObject

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