Class: DatadogAPIClient::V2::OpsgenieServiceResponseAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb

Overview

The attributes from an Opsgenie service response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#custom_urlObject

The custom URL for a custom region.



25
26
27
# File 'lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb', line 25

def custom_url
  @custom_url
end

#nameObject

The name for the Opsgenie service.



28
29
30
# File 'lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb', line 28

def name
  @name
end

#regionObject

The region for the Opsgenie service.



31
32
33
# File 'lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb', line 31

def region
  @region
end