@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
30 lines • 792 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SyntheticsListTestsResponse = void 0;
/**
* Object containing an array of Synthetic tests configuration.
*/
class SyntheticsListTestsResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return SyntheticsListTestsResponse.attributeTypeMap;
}
}
exports.SyntheticsListTestsResponse = SyntheticsListTestsResponse;
/**
* @ignore
*/
SyntheticsListTestsResponse.attributeTypeMap = {
tests: {
baseName: "tests",
type: "Array<SyntheticsTestDetails>",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=SyntheticsListTestsResponse.js.map