SnapPlayResponse

data class SnapPlayResponse(val code: Int, val params: SnapPlayResponse.Params, val total: Int, val item: List<SnapPlayResponse.SnapPlayResponseItem>)(source)

Constructors

Link copied to clipboard
constructor(code: Int, params: SnapPlayResponse.Params, total: Int, item: List<SnapPlayResponse.SnapPlayResponseItem>)

Types

Link copied to clipboard
data class Params(val count: Int, val hasVideo: Boolean, val isFavorite: Boolean, val merchantId: String, val offset: Int)

検索パラメータ

Link copied to clipboard
data class SnapPlayResponseItem(val cid: Int, val mainImageUrl: ImageUrl, val coordinateGenderCode: Int, val coordinateGenderName: String, val coordinateGenreCode: <Error class: unknown class>, val coordinateGenreName: String, val coordinateHeight: Int, val acceptAt: <Error class: unknown class>, val pv: Int, val label: Label, val shop: Shop, val user: SnapPlayResponse.SnapPlayResponseItem.User, val userAttributes: List<UserAttribute>, val comment: String? = null, val tags: List<Tag>, val products: List<Product>? = null, val hasImage: Boolean, val hasVideo: Boolean, val attachments: List<Attachment>, val isFavorite: Boolean)

SNAP PLAY

Properties

Link copied to clipboard
val code: Int

ステータス

Link copied to clipboard
Link copied to clipboard

検索パラメータ

Link copied to clipboard
val total: Int

条件に一致した件数