Class: DatadogAPIClient::V1::SyntheticsDeletedTest

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

Overview

Object containing a deleted Synthetic test ID with the associated deletion timestamp.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#deleted_atObject

Deletion timestamp of the Synthetic test ID.



26
27
28
# File 'lib/datadog_api_client/v1/models/synthetics_deleted_test.rb', line 26

def deleted_at
  @deleted_at
end

#public_idObject

The Synthetic test ID deleted.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_deleted_test.rb', line 29

def public_id
  @public_id
end