Sha256: e3fe6bbe8e8ce02cb5dec05f27b970dbea832187fcde0086bd3166ae6bec924f

Contents?: true

Size: 1.66 KB

Versions: 2

Compression:

Stored size: 1.66 KB

Contents

# OryKratosClient::Message

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **body** | **String** |  |  |
| **channel** | **String** |  | [optional] |
| **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 stub TypeTestStub login_code_valid TypeLoginCodeValid registration_code_valid TypeRegistrationCodeValid |  |
| **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,
  channel: 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

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/Message.md
ory-kratos-client-1.1.0 docs/Message.md