Sha256: cab2f838f8ca6c14681a1bba70f89c44b3f411e71ef0286d900f69e34d5c60e5

Contents?: true

Size: 1.53 KB

Versions: 3

Compression:

Stored size: 1.53 KB

Contents

# OryKratosClient::Message

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **body** | **String** |  |  |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. |  |
| **dispatches** | [**Array<MessageDispatch>**](MessageDispatch.md) | Dispatches store information about the attempts of delivering a message May contain an error if any happened, or just the `success` state. | [optional] |
| **id** | **String** |  |  |
| **recipient** | **String** |  |  |
| **send_count** | **Integer** |  |  |
| **status** | [**CourierMessageStatus**](CourierMessageStatus.md) |  |  |
| **subject** | **String** |  |  |
| **template_type** | **String** |  recovery_invalid TypeRecoveryInvalid recovery_valid TypeRecoveryValid recovery_code_invalid TypeRecoveryCodeInvalid recovery_code_valid TypeRecoveryCodeValid verification_invalid TypeVerificationInvalid verification_valid TypeVerificationValid verification_code_invalid TypeVerificationCodeInvalid verification_code_valid TypeVerificationCodeValid otp TypeOTP stub TypeTestStub |  |
| **type** | [**CourierMessageType**](CourierMessageType.md) |  |  |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. |  |

## Example

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

instance = OryKratosClient::Message.new(
  body: null,
  created_at: null,
  dispatches: null,
  id: null,
  recipient: null,
  send_count: null,
  status: null,
  subject: null,
  template_type: null,
  type: null,
  updated_at: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-1.0.0 docs/Message.md
ory-kratos-client-0.13.1 docs/Message.md
ory-kratos-client-0.11.1 docs/Message.md