@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
44 lines • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductAnalyticsExtendedGroupBy = void 0;
/**
* Group by configuration for Product Analytics Extended queries.
*/
class ProductAnalyticsExtendedGroupBy {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return ProductAnalyticsExtendedGroupBy.attributeTypeMap;
}
}
exports.ProductAnalyticsExtendedGroupBy = ProductAnalyticsExtendedGroupBy;
/**
* @ignore
*/
ProductAnalyticsExtendedGroupBy.attributeTypeMap = {
facet: {
baseName: "facet",
type: "string",
required: true,
},
limit: {
baseName: "limit",
type: "number",
format: "int32",
},
shouldExcludeMissing: {
baseName: "should_exclude_missing",
type: "boolean",
},
sort: {
baseName: "sort",
type: "FormulaAndFunctionEventQueryGroupBySort",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=ProductAnalyticsExtendedGroupBy.js.map