@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
35 lines • 929 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomAttributeConfigUpdate = void 0;
/**
* Data object for updating a custom attribute configuration.
*/
class CustomAttributeConfigUpdate {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CustomAttributeConfigUpdate.attributeTypeMap;
}
}
exports.CustomAttributeConfigUpdate = CustomAttributeConfigUpdate;
/**
* @ignore
*/
CustomAttributeConfigUpdate.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "CustomAttributeConfigUpdateAttributes",
},
type: {
baseName: "type",
type: "CustomAttributeConfigResourceType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CustomAttributeConfigUpdate.js.map