Class: DatadogAPIClient::V2::SyntheticsDowntimeDataAttributesResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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_byObject

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_nameObject

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

#descriptionObject

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_enabledObject

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

#nameObject

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

#tagsObject

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

#test_idsObject

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_slotsObject

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_atObject

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_byObject

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_nameObject

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