customer-android-kotlin

//core/com.kustomer.core.models.chat/KusChatAttachmentNetworkPostBody

KusChatAttachmentNetworkPostBody

[androidJvm]
@JsonClass(generateAdapter = true)

data class KusChatAttachmentNetworkPostBody(val name: String, val contentLength: Int, val contentType: String)

Constructors

   
KusChatAttachmentNetworkPostBody [androidJvm]
fun KusChatAttachmentNetworkPostBody(name: String, contentLength: Int, contentType: String)

Properties

Name Summary
contentLength [androidJvm]
val contentLength: Int
contentType [androidJvm]
val contentType: String
name [androidJvm]
val name: String