Class: DatadogAPIClient::V1::SyntheticsDeletedTest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsDeletedTest
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#deleted_at ⇒ Object
Deletion timestamp of the Synthetic test ID.
-
#public_id ⇒ Object
The Synthetic test ID deleted.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_at ⇒ Object
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_id ⇒ Object
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 |