Sha256: f65446ae6632f00c7eca3bf82d3c5f61b5566aa970abd5fea2f87ecba0cdc9de
Contents?: true
Size: 529 Bytes
Versions: 203
Compression:
Stored size: 529 Bytes
Contents
# UltracartClient::ScreenRecordingFilterRangeBigDecimal ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **eq** | **Float** | | [optional] | | **gt** | **Float** | | [optional] | | **gte** | **Float** | | [optional] | | **lt** | **Float** | | [optional] | | **lte** | **Float** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingFilterRangeBigDecimal.new( eq: null, gt: null, gte: null, lt: null, lte: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems