Class: DatadogAPIClient::V2::DeletedSuitesRequestDeleteAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeletedSuitesRequestDeleteAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deleted_suites_request_delete_attributes.rb
Overview
Attributes for a bulk delete Synthetic test suites request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#force_delete_dependencies ⇒ Object
Whether to force deletion of suites that have dependent resources.
-
#public_ids ⇒ Object
readonly
List of public IDs of the Synthetic test suites to delete.
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_suites_request_delete_attributes.rb', line 30 def additional_properties @additional_properties end |
#force_delete_dependencies ⇒ Object
Whether to force deletion of suites that have dependent resources.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deleted_suites_request_delete_attributes.rb', line 25 def force_delete_dependencies @force_delete_dependencies end |
#public_ids ⇒ Object
List of public IDs of the Synthetic test suites to delete.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deleted_suites_request_delete_attributes.rb', line 28 def public_ids @public_ids end |