@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 820 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomerOrgDisableResponse = void 0;
/**
* Response describing the outcome of disabling the customer organization.
*/
class CustomerOrgDisableResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CustomerOrgDisableResponse.attributeTypeMap;
}
}
exports.CustomerOrgDisableResponse = CustomerOrgDisableResponse;
/**
* @ignore
*/
CustomerOrgDisableResponse.attributeTypeMap = {
data: {
baseName: "data",
type: "CustomerOrgDisableResponseData",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CustomerOrgDisableResponse.js.map