Class: DatadogAPIClient::V2::SyntheticsDowntimeDataAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsDowntimeDataAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb
Overview
Attributes for creating or updating a Synthetics downtime.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
An optional description of the downtime.
-
#is_enabled ⇒ Object
readonly
Whether the downtime is enabled.
-
#name ⇒ Object
readonly
The name of the downtime.
-
#tags ⇒ Object
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 for a Synthetics downtime create or update request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb', line 42 def additional_properties @additional_properties end |
#description ⇒ Object
An optional description of the downtime.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb', line 25 def description @description end |
#is_enabled ⇒ Object
Whether the downtime is enabled.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb', line 28 def is_enabled @is_enabled end |
#name ⇒ Object
The name of the downtime.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb', line 31 def name @name end |
#tags ⇒ Object
List of tags associated with a Synthetics downtime.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb', line 34 def @tags end |
#test_ids ⇒ Object
List of Synthetics test public IDs associated with a downtime.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb', line 37 def test_ids @test_ids end |
#time_slots ⇒ Object
List of time slots for a Synthetics downtime create or update request.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_data_attributes_request.rb', line 40 def time_slots @time_slots end |