You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**attributes** | [**[AttributeItem]**](AttributeItem.md) | Attributes to be used in the computation. |
9
-
**filters** | [**[AFMFiltersInner]**](AFMFiltersInner.md) | Various filter types to filter the execution result. |
9
+
**filters** | [**[FilterDefinition]**](FilterDefinition.md) | Various filter types to filter the execution result. |
10
10
**measures** | [**[MeasureItem]**](MeasureItem.md) | Metrics to be computed. |
11
11
**aux_measures** | [**[MeasureItem]**](MeasureItem.md) | Metrics to be referenced from other AFM objects (e.g. filters) but not included in the result. | [optional]
12
12
**measure_definition_overrides** | [**[MetricDefinitionOverride]**](MetricDefinitionOverride.md) | (EXPERIMENTAL) Override definitions of catalog metrics for this request. Allows substituting a catalog metric's MAQL definition without modifying the stored definition. | [optional]
Copy file name to clipboardExpand all lines: gooddata-api-client/docs/AILakeDatabasesApi.md
+22-26Lines changed: 22 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ No authorization required
89
89
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**page** | **str**| Zero-based page number. | [optional] if omitted the server will use the default value of "0"
442
-
**size** | **str**| Number of items per page. | [optional] if omitted the server will use the default value of "50"
439
+
**page** | **int**| Zero-based page number. | [optional] if omitted the server will use the default value of 0
440
+
**size** | **int**| Number of items per page. | [optional] if omitted the server will use the default value of 50
443
441
**meta_include** | **[str]**| | [optional]
444
442
445
443
### Return type
@@ -465,7 +463,7 @@ No authorization required
465
463
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments