@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
30 lines • 727 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AzureUCConfigsResponse = void 0;
/**
* List of Azure accounts with configs.
*/
class AzureUCConfigsResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return AzureUCConfigsResponse.attributeTypeMap;
}
}
exports.AzureUCConfigsResponse = AzureUCConfigsResponse;
/**
* @ignore
*/
AzureUCConfigsResponse.attributeTypeMap = {
data: {
baseName: "data",
type: "Array<AzureUCConfigPair>",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=AzureUCConfigsResponse.js.map
;