@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
30 lines • 800 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UsageSyntheticsResponse = void 0;
/**
* Response containing the number of Synthetics API tests run for each hour for a given organization.
*/
class UsageSyntheticsResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return UsageSyntheticsResponse.attributeTypeMap;
}
}
exports.UsageSyntheticsResponse = UsageSyntheticsResponse;
/**
* @ignore
*/
UsageSyntheticsResponse.attributeTypeMap = {
usage: {
baseName: "usage",
type: "Array<UsageSyntheticsHour>",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=UsageSyntheticsResponse.js.map