Sha256: f7c87394dbe38df713aa19f704733c0450e6a1c07ba16e153693587f7af02afe
Contents?: true
Size: 523 Bytes
Versions: 196
Compression:
Stored size: 523 Bytes
Contents
# UltracartClient::ScreenRecordingMultifield ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bd** | **Float** | | [optional] | | **bool** | **Boolean** | | [optional] | | **json** | **String** | | [optional] | | **num** | **Integer** | | [optional] | | **text** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingMultifield.new( bd: null, bool: null, json: null, num: null, text: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems