Sha256: 1335b7fa2bdb4384965f9fe134c2ff0948ebdc20353062b79084a80ee65b8d77
Contents?: true
Size: 584 Bytes
Versions: 196
Compression:
Stored size: 584 Bytes
Contents
# UltracartClient::ScreenRecordingFilterStringSearch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **does_not_exist** | **Boolean** | | [optional] | | **exists** | **Boolean** | | [optional] | | **is** | **String** | | [optional] | | **is_not** | **String** | | [optional] | | **starts_with** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingFilterStringSearch.new( does_not_exist: null, exists: null, is: null, is_not: null, starts_with: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems