SnapPlay
data class SnapPlay(val cid: Int, val comment: String, val coordinateHeight: Int, val coordinateGenre: CoordinateGenre = CoordinateGenre.UNDEFINED, val createdAt: LocalDateTime, val acceptAt: LocalDateTime, val accept: Boolean, val labelId: Int, val userId: Int, val userName: String, val userNameKana: String, val userCode: String, val userImageUrl: String, val userGender: Gender, val userHeight: Int?, val shopId: Int?, val shopCode: String?, val shopName: String?, val pv: Int, val userResizedImages: List<UserResizedImages>, val userAttributes: List<UserAttribute>, val userAge: Int?, val labelName: String, val labelNameKana: String, val labelCode: String, val sns: SNS, val tags: List<String>, val attachments: List<Attachment>, val products: List<Product> = listOf(), val isFavorite: Boolean, val isUserFavorite: Boolean)(source)
Constructors
Link copied to clipboard
constructor(cid: Int, comment: String, coordinateHeight: Int, coordinateGenre: CoordinateGenre = CoordinateGenre.UNDEFINED, createdAt: LocalDateTime, acceptAt: LocalDateTime, accept: Boolean, labelId: Int, userId: Int, userName: String, userNameKana: String, userCode: String, userImageUrl: String, userGender: Gender, userHeight: Int?, shopId: Int?, shopCode: String?, shopName: String?, pv: Int, userResizedImages: List<UserResizedImages>, userAttributes: List<UserAttribute>, userAge: Int?, labelName: String, labelNameKana: String, labelCode: String, sns: SNS, tags: List<String>, attachments: List<Attachment>, products: List<Product> = listOf(), isFavorite: Boolean, isUserFavorite: Boolean)