VenueInfo
public class VenueInfo
extension VenueInfo: NativeBase
extension VenueInfo: Hashable
Represents the venue info existing in a catalogs contains id and name.
-
The
idof the venue info. This can be used to get the identifer of type string in UUID format for Venue.Declaration
Swift
public var venueIdentifier: String { get } -
The name of the venue info. This can be used to get the name for Venue.
Declaration
Swift
public var venueName: String { get } -
The
idof the venue info as number. This can be used to get the identifer of type Integer for Venue.Declaration
Swift
public var venueId: Int32 { get }