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

com.chrisdempewolf.pinterest.responses.pin.Creator.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 Creator(
        val url: String?,
        @SerializedName("first_name") val firstName: String?,
        @SerializedName("last_name") val lastName: String?,
        val id: String?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy