Sha256: 6a8855e734d3ac743ddf58d2d5cdfbeddb4da2916d22cf97571dd45672c881d7

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

# OryKratosClient::Message

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **body** | **String** |  | [optional] |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **id** | **String** |  | [optional] |
| **recipient** | **String** |  | [optional] |
| **send_count** | **Integer** |  | [optional] |
| **status** | [**CourierMessageStatus**](CourierMessageStatus.md) |  | [optional] |
| **subject** | **String** |  | [optional] |
| **template_type** | **String** |  | [optional] |
| **type** | [**CourierMessageType**](CourierMessageType.md) |  | [optional] |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |

## Example

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-kratos-client-0.11.0 docs/Message.md