Class: DatadogAPIClient::V2::DeletedSuiteResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeletedSuiteResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deleted_suite_response_data_attributes.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#deleted_at ⇒ Object
Deletion timestamp of the Synthetic suite ID.
-
#public_id ⇒ Object
The Synthetic suite ID deleted.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/deleted_suite_response_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#deleted_at ⇒ Object
Deletion timestamp of the Synthetic suite ID.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deleted_suite_response_data_attributes.rb', line 25 def deleted_at @deleted_at end |
#public_id ⇒ Object
The Synthetic suite ID deleted.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deleted_suite_response_data_attributes.rb', line 28 def public_id @public_id end |