Sha256: 1276286bc86dd30f85650ea160b4096773dd5f9701109b75d1df7f516264c8b4
Contents?: true
Size: 406 Bytes
Versions: 196
Compression:
Stored size: 406 Bytes
Contents
# UltracartClient::ScreenRecordingFilterRangeDate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_end** | **String** | End of the range | [optional] | | **start** | **String** | Start of the range | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingFilterRangeDate.new( _end: null, start: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems