SubsiteCover

data class SubsiteCover(coverUrl: String?, height: String?, width: String?, type: String?, y: String?)

Обложка профиля

Parameters

coverUrl
height
width
type
y

Constructors

Link copied to clipboard
fun SubsiteCover(coverUrl: String? = null, height: String? = null, width: String? = null, type: String? = null, y: String? = null)

Properties

Link copied to clipboard
val coverUrl: String? = null
Link copied to clipboard
val height: String? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val width: String? = null
Link copied to clipboard
val y: String? = null