UNPKG

@datadog/datadog-api-client

Version:
56 lines 1.59 kB
"use strict"; /** * 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.BudgetWithEntriesDataAttributesEntriesItemsCosts = void 0; /** * Cost data for a single budget entry. */ class BudgetWithEntriesDataAttributesEntriesItemsCosts { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return BudgetWithEntriesDataAttributesEntriesItemsCosts.attributeTypeMap; } } exports.BudgetWithEntriesDataAttributesEntriesItemsCosts = BudgetWithEntriesDataAttributesEntriesItemsCosts; /** * @ignore */ BudgetWithEntriesDataAttributesEntriesItemsCosts.attributeTypeMap = { actual: { baseName: "actual", type: "number", format: "double", }, amount: { baseName: "amount", type: "number", format: "double", }, customForecast: { baseName: "custom_forecast", type: "number", format: "double", }, forecast: { baseName: "forecast", type: "number", format: "double", }, ootbForecast: { baseName: "ootb_forecast", type: "number", format: "double", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=BudgetWithEntriesDataAttributesEntriesItemsCosts.js.map