Class: DatadogAPIClient::V1::SyntheticsDeleteTestsPayload

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#public_idsObject

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