LocalitiesNearbyPaginationInfo

data class LocalitiesNearbyPaginationInfo(val nextPage: Int? = null, val previousPage: Int? = null)

Constructors

Link copied to clipboard
constructor(nextPage: Int? = null, previousPage: Int? = null)

Properties

Link copied to clipboard
@SerializedName(value = "next_page")
val nextPage: Int? = null
Link copied to clipboard
@SerializedName(value = "previous_page")
val previousPage: Int? = null