Class: DatadogAPIClient::V2::CustomDestinationsResponse

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

Overview

The available custom destinations.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

A list of custom destinations.



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

def data
  @data
end