| Name | Type | Description | Notes |
|---|---|---|---|
| label | str | Requested label. | |
| cache_id | str | If specified, the element data will be taken from the result with the same cacheId if it is available. | [optional] |
| complement_filter | bool | Inverse filters: * ```false``` - return items matching ```patternFilter``` and ```exactFilter``` * ```true``` - return items not matching ```patternFilter``` and ```exactFilter``` | [optional] if omitted the server will use the default value of False |
| data_sampling_percentage | float | Specifies percentage of source table data scanned during the computation. This field is deprecated and is no longer used during the elements computation. | [optional] if omitted the server will use the default value of 100 |
| depends_on | [ElementsRequestDependsOnInner] | Return only items that are not filtered-out by the parent filters. | [optional] |
| exact_filter | [str, none_type] | Return only items, whose ```label``` title exactly matches one of ```filter```. | [optional] |
| exclude_primary_label | bool | Excludes items from the result that differ only by primary label * ```false``` - return items with distinct primary label * ```true``` - return items with distinct requested label | [optional] if omitted the server will use the default value of False |
| filter_by | FilterBy | [optional] | |
| pattern_filter | str | Return only items, whose ```label``` title case insensitively contains ```filter``` as substring. | [optional] |
| sort_order | str | Sort order of returned items. Items are sorted by ```label``` title. If no sort order is specified then attribute's ```sortDirection``` is used, which is ASC by default | [optional] |
| validate_by | [ValidateByItem] | Return only items that are computable on metric. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |