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.



29
30
31
# File 'lib/datadog_api_client/v2/models/opsgenie_service_response_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_response_attributes.rb', line 32

def name
  @name
end

#regionObject

The region for the Opsgenie service.



35
36
37
# File 'lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb', line 35

def region
  @region
end