Sha256: 5155efa98e884644a1514d99279726f802f19752dbaf2890ce3498ae0a68706e
Contents?: true
Size: 689 Bytes
Versions: 79
Compression:
Stored size: 689 Bytes
Contents
# UltracartClient::ReportPageFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | **String** | A JSON representation of the configuration for this visualization | [optional] | | **name** | **String** | | [optional] | | **styles** | **String** | A JSON representation of the style configuration for this visualization | [optional] | | **uuid** | **String** | Unique UUID assigned to the filter. Assists when returning values that the filter can use. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportPageFilter.new( config: null, name: null, styles: null, uuid: null ) ```
Version data entries
79 entries across 79 versions & 1 rubygems