Skip to main content

Venue constructor

Constructs a Venue instance.

id is the unique identifier of the venue. capacity is the maximum number of people the venue can accommodate. description provides additional details about the venue. imageUrl is the URL of the venue's image. name is the name of the venue. organizationId is the identifier of the organization to which the venue belongs.

Implementation

;
  1. talawa
  2. event_venue
  3. Venue
  4. Venue constructor
Venue class