@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 833 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrgConnectionCreateAttributes = void 0;
/**
* Attributes for creating an org connection.
*/
class OrgConnectionCreateAttributes {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return OrgConnectionCreateAttributes.attributeTypeMap;
}
}
exports.OrgConnectionCreateAttributes = OrgConnectionCreateAttributes;
/**
* @ignore
*/
OrgConnectionCreateAttributes.attributeTypeMap = {
connectionTypes: {
baseName: "connection_types",
type: "Array<OrgConnectionTypeEnum>",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=OrgConnectionCreateAttributes.js.map