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

Version Path
ory-client-1.16.2 docs/UiText.md
ory-client-1.16.1 docs/UiText.md
ory-client-1.16.0 docs/UiText.md
ory-client-1.15.17 docs/UiText.md
ory-client-1.15.16 docs/UiText.md
ory-client-1.15.15 docs/UiText.md
ory-client-1.15.14 docs/UiText.md
ory-client-1.15.13 docs/UiText.md
ory-client-1.15.12 docs/UiText.md
ory-client-1.15.10 docs/UiText.md
ory-client-1.15.7 docs/UiText.md
ory-client-1.15.6 docs/UiText.md
ory-client-1.15.5 docs/UiText.md
ory-client-1.15.4 docs/UiText.md
ory-client-1.15.3 docs/UiText.md
ory-client-1.15.0 docs/UiText.md
ory-client-1.14.5 docs/UiText.md
ory-client-1.14.4 docs/UiText.md
ory-client-1.14.3 docs/UiText.md
ory-client-1.14.2 docs/UiText.md