aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.inbox.models.message / CreateInboxResponseMessage

CreateInboxResponseMessage

@JsonClass(true) data class CreateInboxResponseMessage : AgentMessage

Custom dotnet protocol message response after creating an inbox. This message does not have a @id and @type.

Constructors

<init>

Custom dotnet protocol message response after creating an inbox. This message does not have a @id and @type.

CreateInboxResponseMessage(inboxId: String, inboxKey: String)

Properties

inboxId

val inboxId: String

inboxKey

val inboxKey: String