Sha256: dedaf8ad61fe9bc115482bbac59d9f164aba7f366dabaadd9e745cf402e70145

Contents?: true

Size: 572 Bytes

Versions: 6

Compression:

Stored size: 572 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** | The message type. info Info error Error success Success |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UiText.new(
  context: null,
  id: null,
  text: null,
  type: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UiText.md
ory-kratos-client-1.1.0 docs/UiText.md
ory-kratos-client-1.0.0 docs/UiText.md
ory-kratos-client-0.13.1 docs/UiText.md
ory-kratos-client-0.11.1 docs/UiText.md
ory-kratos-client-0.11.0 docs/UiText.md