Sha256: f53a7a23e84ac1ac4801af72a916d90dbfae1a396cfb88e553c4107d0f75ad28
Contents?: true
Size: 553 Bytes
Versions: 117
Compression:
Stored size: 553 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** | The message type. info Info error Error success Success | | ## Example ```ruby require 'ory-client' instance = OryClient::UiText.new( context: null, id: null, text: null, type: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems