Brand

data class Brand(val name: String)

A Points of Interest brand.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

name

The name of the brand.

Constructors

Link copied to clipboard
fun Brand(name: String)

Properties

Link copied to clipboard