All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chrisdempewolf.pinterest.responses.pin.Pin.kt Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
package com.chrisdempewolf.pinterest.responses.pin

import com.google.gson.annotations.SerializedName

data class Pin(
        val id: String?,
        val counts: Counts?,
        val url: String?,
        val note: String?,
        val link: String?,
        val board: Board?,
        val creator: Creator?,
        @SerializedName("created_at") val createdAt: String?,
        val color: String?,
        val attribution: Attribution?,
        @SerializedName("metadata") val metaData: MetaData?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy