Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 988 Bytes

CostDetailsQueryParams.md

File metadata and controls

15 lines (12 loc) · 988 Bytes

CostDetailsQueryParams

Properties

Name Type Description Notes
filters list[FieldFilter] Filters to be applied on the response. [optional]
group_by list[str] Fields on which the response will be grouped by. [optional]
time_resolution str Only applicable for Time Series Endpoints, defaults to DAY [optional]
limit int Limit on the number of cost values returned, 0 by default. [optional]
sort_order str Order of sorting on cost, Descending by default. [optional]
offset int Offset on the cost values returned, 10 by default. [optional]
skip_round_off bool Skip Rounding off the cost values returned, false by default. [optional]

[Back to Model list] [Back to API list] [Back to README]