Sha256: 238d24adebf09974b0954d582861143c06f991182f4c258c36a85c9aebb6e044
Contents?: true
Size: 874 Bytes
Versions: 112
Compression:
Stored size: 874 Bytes
Contents
# OryClient::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-client' instance = OryClient::MessageDispatch.new( created_at: null, error: null, id: null, message_id: null, status: null, updated_at: null ) ```
Version data entries
112 entries across 112 versions & 1 rubygems