Sha256: ecde263f726fdbaa08103cb02fd8db6711a298d0e848c4cf3bf301ca9cb461a5
Contents?: true
Size: 975 Bytes
Versions: 25
Compression:
Stored size: 975 Bytes
Contents
# SunshineConversationsClient::FormMessageFieldAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **placeholder** | **String** | Placeholder text for the field. Form message only. | [optional] **min_size** | **Integer** | The minimum allowed length for the response for a field of type text. Form message only. | [optional] [default to 1] **max_size** | **Integer** | The maximum allowed length for the response for a field of type text. Form message only. | [optional] [default to 128] **options** | **Array<Object>** | Array of objects representing options for a field of type select. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::FormMessageFieldAllOf.new(placeholder: null, min_size: null, max_size: null, options: null) ```
Version data entries
25 entries across 25 versions & 1 rubygems