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

com.chrisdempewolf.pinterest.responses.ErrorResponse.kt Maven / Gradle / Ivy

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

import com.google.gson.annotations.SerializedName
import com.chrisdempewolf.pinterest.responses.pin.Pin

data class ErrorResponse(
        val status: String?,
        val code: Int,
        val host: String?,
        @SerializedName("generated_at") val generatedAt: String?,
        val message: String?,
        val data: Pin?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy