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