//core/com.kustomer.core.models.chat/KusChatAttachmentNetworkPostBody
[androidJvm]
@JsonClass(generateAdapter = true)
data class KusChatAttachmentNetworkPostBody(val name: String, val contentLength: Int, val contentType: String)
KusChatAttachmentNetworkPostBody | [androidJvm] fun KusChatAttachmentNetworkPostBody(name: String, contentLength: Int, contentType: String) |
Name | Summary |
---|---|
contentLength | [androidJvm] val contentLength: Int |
contentType | [androidJvm] val contentType: String |
name | [androidJvm] val name: String |