@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
49 lines • 1.27 kB
JavaScript
;
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2020-Present Datadog, Inc.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.UsageSyntheticsHour = void 0;
/**
* The number of synthetics tests run for each hour for a given organization.
*/
class UsageSyntheticsHour {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return UsageSyntheticsHour.attributeTypeMap;
}
}
exports.UsageSyntheticsHour = UsageSyntheticsHour;
/**
* @ignore
*/
UsageSyntheticsHour.attributeTypeMap = {
checkCallsCount: {
baseName: "check_calls_count",
type: "number",
format: "int64",
},
hour: {
baseName: "hour",
type: "Date",
format: "date-time",
},
orgName: {
baseName: "org_name",
type: "string",
},
publicId: {
baseName: "public_id",
type: "string",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=UsageSyntheticsHour.js.map