UNPKG

@datadog/datadog-api-client

Version:
39 lines 801 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppVersion = void 0; /** * A version of an app. */ class AppVersion { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AppVersion.attributeTypeMap; } } exports.AppVersion = AppVersion; /** * @ignore */ AppVersion.attributeTypeMap = { attributes: { baseName: "attributes", type: "AppVersionAttributes", }, id: { baseName: "id", type: "string", format: "uuid", }, type: { baseName: "type", type: "AppVersionType", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AppVersion.js.map