Class: DatadogAPIClient::V2::DegradationDataAttributesSource
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DegradationDataAttributesSource
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
Timestamp of when the source was created.
-
#source_id ⇒ Object
readonly
The ID of the source.
-
#type ⇒ Object
readonly
The type of the source.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_at ⇒ Object
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_id ⇒ Object
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 |
#type ⇒ Object
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 |