@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 781 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrgConfigWrite = void 0;
/**
* An Org Config write operation.
*/
class OrgConfigWrite {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return OrgConfigWrite.attributeTypeMap;
}
}
exports.OrgConfigWrite = OrgConfigWrite;
/**
* @ignore
*/
OrgConfigWrite.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "OrgConfigWriteAttributes",
required: true,
},
type: {
baseName: "type",
type: "OrgConfigType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=OrgConfigWrite.js.map