UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

58 lines 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HistoricalJobResponseAttributes = void 0; /** * Historical job attributes. */ class HistoricalJobResponseAttributes { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return HistoricalJobResponseAttributes.attributeTypeMap; } } exports.HistoricalJobResponseAttributes = HistoricalJobResponseAttributes; /** * @ignore */ HistoricalJobResponseAttributes.attributeTypeMap = { createdAt: { baseName: "createdAt", type: "string", }, createdByHandle: { baseName: "createdByHandle", type: "string", }, createdByName: { baseName: "createdByName", type: "string", }, createdFromRuleId: { baseName: "createdFromRuleId", type: "string", }, jobDefinition: { baseName: "jobDefinition", type: "JobDefinition", }, jobName: { baseName: "jobName", type: "string", }, jobStatus: { baseName: "jobStatus", type: "string", }, modifiedAt: { baseName: "modifiedAt", type: "string", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=HistoricalJobResponseAttributes.js.map