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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #force_delete_dependencies  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Delete the Synthetic test even if it’s referenced by other resources (for example, SLOs and composite monitors).
 - 
  
    
      #public_ids  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of Synthetic test IDs you want to delete.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      32 33 34  | 
    
      # File 'lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb', line 32 def additional_properties @additional_properties end  | 
  
#force_delete_dependencies ⇒ Object
Delete the Synthetic test even if it’s referenced by other resources (for example, SLOs and composite monitors).
      27 28 29  | 
    
      # File 'lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb', line 27 def force_delete_dependencies @force_delete_dependencies end  | 
  
#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  |