AttachImage

data class AttachImage(type: String?, data: AttachImage?)

Parameters

type

data

Constructors

Link copied to clipboard
fun AttachImage(type: String? = null, data: AttachImage? = null)

Properties

Link copied to clipboard
val data: AttachImage? = null
Link copied to clipboard
val type: String? = null