Ory.Model.Message (ory_client v1.6.2)
Summary
Types
@type t() :: %Ory.Model.Message{ body: String.t(), channel: String.t() | nil, created_at: DateTime.t(), dispatches: [Ory.Model.MessageDispatch.t()] | nil, id: String.t(), recipient: String.t(), send_count: integer(), status: Ory.Model.CourierMessageStatus.t(), subject: String.t(), template_type: String.t(), type: Ory.Model.CourierMessageType.t(), updated_at: DateTime.t() }
Functions
Link to this function