Sha256: 0f4f2f0fd19850bd598361ebc6ab3389aadb7c6734448d072156954b06cb462a

Contents?: true

Size: 893 Bytes

Versions: 5

Compression:

Stored size: 893 Bytes

Contents

# OryKratosClient::MessageDispatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. |  |
| **error** | **Object** |  | [optional] |
| **id** | **String** | The ID of this message dispatch |  |
| **message_id** | **String** | The ID of the message being dispatched |  |
| **status** | **String** | The status of this dispatch Either \"failed\" or \"success\" failed CourierMessageDispatchStatusFailed success CourierMessageDispatchStatusSuccess |  |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. |  |

## Example

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

instance = OryKratosClient::MessageDispatch.new(
  created_at: null,
  error: null,
  id: null,
  message_id: null,
  status: null,
  updated_at: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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