AvatarUploadResponse

data class AvatarUploadResponse(val responseCode: List<Int> = emptyList(), val timestamp: Long = 0, val request: Int = 0, val avatarUrl: String = "") : CoreResponse

Constructors

Link copied to clipboard
fun AvatarUploadResponse(responseCode: List<Int> = emptyList(), timestamp: Long = 0, request: Int = 0, avatarUrl: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
open override val request: Int = 0
Link copied to clipboard
open override val responseCode: List<Int>
Link copied to clipboard
open override val timestamp: Long = 0

Inherited functions

Link copied to clipboard
open fun isSuccess(): Boolean