@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 996 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChangeEventCustomAttributesAuthor = void 0;
/**
* Object representing the entity which made the change. Optional field but if provided should include `type` and `name`.
*/
class ChangeEventCustomAttributesAuthor {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return ChangeEventCustomAttributesAuthor.attributeTypeMap;
}
}
exports.ChangeEventCustomAttributesAuthor = ChangeEventCustomAttributesAuthor;
/**
* @ignore
*/
ChangeEventCustomAttributesAuthor.attributeTypeMap = {
name: {
baseName: "name",
type: "string",
required: true,
},
type: {
baseName: "type",
type: "ChangeEventCustomAttributesAuthorType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=ChangeEventCustomAttributesAuthor.js.map