Class: DatadogAPIClient::V1::SyntheticsDeleteTestsPayload
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsDeleteTestsPayload
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb
Overview
A JSON list of the ID or IDs of the Synthetic tests that you want to delete.
Instance Attribute Summary collapse
-
#public_ids ⇒ Object
An array of Synthetic test IDs you want to delete.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#public_ids ⇒ Object
An array of Synthetic test IDs you want to delete.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb', line 30 def public_ids @public_ids end |