UNPKG

@datadog/datadog-api-client

Version:
31 lines 864 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomAttributeConfigUpdateRequest = void 0; /** * Request payload for updating a custom attribute configuration. */ class CustomAttributeConfigUpdateRequest { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CustomAttributeConfigUpdateRequest.attributeTypeMap; } } exports.CustomAttributeConfigUpdateRequest = CustomAttributeConfigUpdateRequest; /** * @ignore */ CustomAttributeConfigUpdateRequest.attributeTypeMap = { data: { baseName: "data", type: "CustomAttributeConfigUpdate", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CustomAttributeConfigUpdateRequest.js.map