Sha256: 9e63183673c27f256e011f51d2d69903f048847348afd559e4e4360bac8f92d4
Contents?: true
Size: 952 Bytes
Versions: 86
Compression:
Stored size: 952 Bytes
Contents
# UltracartClient::ReportFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **connections** | [**Array<ReportFilterConnection>**](ReportFilterConnection.md) | How this filter connects to the data sources and columns | [optional] | | **name** | **String** | | [optional] | | **timezone** | **String** | The timezone that the date range is querying on. | [optional] | | **type** | **String** | Type of filter | [optional] | | **uuid** | **String** | Unique UUID assigned to the filter. Assists when returning values that the filter can use. | [optional] | | **values** | **Array<String>** | The selected values for the filter. When used, some type conversion will need to occur. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportFilter.new( connections: null, name: null, timezone: null, type: null, uuid: null, values: null ) ```
Version data entries
86 entries across 86 versions & 1 rubygems