MPIVenue

data class MPIVenue(val name: String)

MPIVenue contains general information about a venue.

Constructors

Link copied to clipboard
fun MPIVenue(name: String)

Properties

Link copied to clipboard
val name: String

The name of this venue.