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

com.chrisdempewolf.pinterest.responses.board.Board.kt Maven / Gradle / Ivy

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

import com.google.gson.annotations.SerializedName

data class Board(
        val description: String?,
        val url: String?,
        @SerializedName("created_at") val createdAt: String?,
        val id: String?,
        val name: String?,
        val counts: Counts?,
        val image: Image?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy