Sha256: 5bc7425b3e10599f5dae77082890826573fa3b6e42a27852e6c09d7e171f308f
Contents?: true
Size: 487 Bytes
Versions: 67
Compression:
Stored size: 487 Bytes
Contents
# MxPlatformRuby::ImageOptionResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data_uri** | **String** | | [optional] | | **label** | **String** | | [optional] | | **value** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ImageOptionResponse.new( data_uri: data:image/png;base64,iVBORw0KGgoAAAANSUh ... more image data ..., label: IMAGE_1, value: image_data ) ```
Version data entries
67 entries across 67 versions & 1 rubygems