FoodType

class FoodType

List of Food types offered by this result.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String?

The Food Type Id.

Link copied to clipboard

Localized name of the food type.

Link copied to clipboard

Boolean which indicates if this food type is the primary offered by the place. For example, if a location serves fast food, but also dessert, he primary would likely be fast food.

Functions

Link copied to clipboard
inline fun copy(block: FoodType.Builder.() -> Unit = {}): FoodType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String