AttachmentFormatReference

@Serializable
data class AttachmentFormatReference(val attachmentId: String, val format: String)(source)

Data class for DIDComm Messaging

Constructors

Link copied to clipboard
constructor(attachmentId: String, format: String)

Properties

Link copied to clipboard
@SerialName(value = "attachment_id")
val attachmentId: String
Link copied to clipboard
@SerialName(value = "format")
val format: String