Class: DatadogAPIClient::V2::SyntheticsDowntimeDataAttributesRequest

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#descriptionObject

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_enabledObject

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

#nameObject

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

#tagsObject

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
  @tags
end

#test_idsObject

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_slotsObject

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