Class: DatadogAPIClient::V1::SyntheticsTestUptime

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_test_uptime.rb

Overview

Object containing the uptime for a Synthetic test ID.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 36

def additional_properties
  @additional_properties
end

#from_tsObject

Timestamp in seconds for the start of uptime.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 25

def from_ts
  @from_ts
end

#overallObject

Object containing the uptime information.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 28

def overall
  @overall
end

#public_idObject

A Synthetic test ID.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 31

def public_id
  @public_id
end

#to_tsObject

Timestamp in seconds for the end of uptime.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_test_uptime.rb', line 34

def to_ts
  @to_ts
end