@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
41 lines • 891 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AzureUCConfigPair = void 0;
/**
* Azure config pair.
*/
class AzureUCConfigPair {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return AzureUCConfigPair.attributeTypeMap;
}
}
exports.AzureUCConfigPair = AzureUCConfigPair;
/**
* @ignore
*/
AzureUCConfigPair.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "AzureUCConfigPairAttributes",
required: true,
},
id: {
baseName: "id",
type: "number",
format: "int64",
},
type: {
baseName: "type",
type: "AzureUCConfigPairType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=AzureUCConfigPair.js.map