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.14.1 docs/UiText.md
ory-client-1.14.0 docs/UiText.md
ory-client-1.13.10 docs/UiText.md
ory-client-1.13.6 docs/UiText.md
ory-client-1.13.4 docs/UiText.md
ory-client-1.13.3 docs/UiText.md
ory-client-1.13.2 docs/UiText.md
ory-client-1.13.1 docs/UiText.md
ory-client-1.13.0 docs/UiText.md
ory-client-1.11.6 docs/UiText.md
ory-client-1.9.0 docs/UiText.md
ory-client-1.8.1 docs/UiText.md
ory-client-1.8.0 docs/UiText.md
ory-client-1.6.2 docs/UiText.md
ory-client-1.6.1 docs/UiText.md
ory-client-1.5.2 docs/UiText.md
ory-client-1.5.1 docs/UiText.md
ory-client-1.5.0 docs/UiText.md
ory-client-1.4.9 docs/UiText.md
ory-client-1.4.8 docs/UiText.md