Class: DatadogAPIClient::V2::DegradationDataAttributesSource

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

Overview

The source of the degradation.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/degradation_data_attributes_source.rb', line 33

def additional_properties
  @additional_properties
end

#created_atObject

Timestamp of when the source was created.



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

def created_at
  @created_at
end

#source_idObject

The ID of the source.



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

def source_id
  @source_id
end

#typeObject

The type of the source.



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

def type
  @type
end