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