Gathering Detail Data
constructor(id: Int, title: String, description: String? = null, eventDate: String? = null, endDate: String? = null, eventTime: String? = null, endTime: String? = null, type: String? = null, typeClass: String? = null, typeDisplay: String? = null, status: String? = null, locationPublic: String? = null, locationCity: String? = null, locationLat: Double? = null, locationLng: Double? = null, logoUrl: String? = null, bannerUrl: String? = null, organizerId: Int? = null, organizerUsername: String? = null, organizerNickname: String? = null, organizerAvatar: String? = null, coOrganizers: List<CoOrganizer>? = null, agenda: List<AgendaItem>? = null, tags: List<String>? = null, sourceCount: Int? = null, dataSources: List<DataSource>? = null, badges: List<GatheringBadge>? = null, isFurtvCoopDriven: Boolean? = null, interestedCount: Int? = null, isInterested: Boolean? = null, goingFriendsCount: Int? = null, registrationStats: GatheringRegistrationStats? = null, viewCount: Int? = null)