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