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