com.chrisdempewolf.pinterest.responses.pin.Link.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pinterest-sdk Show documentation
Show all versions of pinterest-sdk Show documentation
An SDK for Pinterest's version 1.0 API.
package com.chrisdempewolf.pinterest.responses.pin
import com.google.gson.annotations.SerializedName
data class Link(
val locale: String?,
val title: String?,
@SerializedName("site_name") val siteName: String?,
val description: String?,
val favicon: String?)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy