Sha256: e14b02ddd13c6332325bf0024d503ae333be93f7d16962e115d31df918abb42a
Contents?: true
Size: 517 Bytes
Versions: 20
Compression:
Stored size: 517 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::UiText.new( context: null, id: null, text: null, type: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems