Sha256: eb48596eaef60f071fb6828dbf85116081fab87b5d3e60cf7eb21ad332667623
Contents?: true
Size: 498 Bytes
Versions: 195
Compression:
Stored size: 498 Bytes
Contents
# OryClient::UiText ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **context** | **Object** | The message's context. Useful when customizing messages. | [optional] | | **id** | **Integer** | | | | **text** | **String** | The message text. Written in american english. | | | **type** | **String** | | | ## Example ```ruby require 'ory-client' instance = OryClient::UiText.new( context: null, id: null, text: null, type: null ) ```
Version data entries
195 entries across 195 versions & 1 rubygems