@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 815 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CaseViewCreate = void 0;
/**
* Data object for creating a case view.
*/
class CaseViewCreate {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CaseViewCreate.attributeTypeMap;
}
}
exports.CaseViewCreate = CaseViewCreate;
/**
* @ignore
*/
CaseViewCreate.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "CaseViewCreateAttributes",
required: true,
},
type: {
baseName: "type",
type: "CaseViewResourceType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CaseViewCreate.js.map