Sha256: bffa4d9548f8d241a3d04d15cc5521aac3601993b7c606953ff2d6193f8aae03
Contents?: true
Size: 1.51 KB
Versions: 47
Compression:
Stored size: 1.51 KB
Contents
# OryClient::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-client' instance = OryClient::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
47 entries across 47 versions & 1 rubygems