Class: DatadogAPIClient::V2::SyntheticsDowntimeDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsDowntimeDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb
Overview
Attributes of a Synthetics downtime response object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The timestamp when the downtime was created.
-
#created_by ⇒ Object
readonly
The UUID of the user who created the downtime.
-
#created_by_name ⇒ Object
readonly
The display name of the user who created the downtime.
-
#description ⇒ Object
readonly
The description of the downtime.
-
#is_enabled ⇒ Object
readonly
Whether the downtime is enabled.
-
#name ⇒ Object
readonly
The name of the downtime.
-
#tags ⇒ Object
readonly
List of tags associated with a Synthetics downtime.
-
#test_ids ⇒ Object
readonly
List of Synthetics test public IDs associated with a downtime.
-
#time_slots ⇒ Object
readonly
List of time slots in a Synthetics downtime response.
-
#updated_at ⇒ Object
readonly
The timestamp when the downtime was last updated.
-
#updated_by ⇒ Object
readonly
The UUID of the user who last updated the downtime.
-
#updated_by_name ⇒ Object
readonly
The display name of the user who last updated the downtime.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 60 def additional_properties @additional_properties end |
#created_at ⇒ Object
The timestamp when the downtime was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
The UUID of the user who created the downtime.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 28 def created_by @created_by end |
#created_by_name ⇒ Object
The display name of the user who created the downtime.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 31 def created_by_name @created_by_name end |
#description ⇒ Object
The description of the downtime.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 34 def description @description end |
#is_enabled ⇒ Object
Whether the downtime is enabled.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 37 def is_enabled @is_enabled end |
#name ⇒ Object
The name of the downtime.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 40 def name @name end |
#tags ⇒ Object
List of tags associated with a Synthetics downtime.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 43 def @tags end |
#test_ids ⇒ Object
List of Synthetics test public IDs associated with a downtime.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 46 def test_ids @test_ids end |
#time_slots ⇒ Object
List of time slots in a Synthetics downtime response.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 49 def time_slots @time_slots end |
#updated_at ⇒ Object
The timestamp when the downtime was last updated.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 52 def updated_at @updated_at end |
#updated_by ⇒ Object
The UUID of the user who last updated the downtime.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 55 def updated_by @updated_by end |
#updated_by_name ⇒ Object
The display name of the user who last updated the downtime.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_response.rb', line 58 def updated_by_name @updated_by_name end |