SchemaCourseInstance constructor
SchemaCourseInstance({
- SchemaThing? about,
- dynamic actor,
- String? additionalType,
- SchemaAggregateRating? aggregateRating,
- String? alternateName,
- dynamic attendee,
- dynamic attendees,
- SchemaAudience? audience,
- dynamic composer,
- dynamic contributor,
- dynamic description,
- SchemaPerson? director,
- String? disambiguatingDescription,
- String? doorTime,
- dynamic duration,
- String? endDate,
- SchemaEventAttendanceModeEnumeration? eventAttendanceMode,
- SchemaSchedule? eventSchedule,
- SchemaEventStatusType? eventStatus,
- dynamic funder,
- SchemaGrant? funding,
- SchemaOffer? hasParticipationOffer,
- SchemaOffer? hasSponsorshipOffer,
- dynamic identifier,
- dynamic image,
- dynamic inLanguage,
- bool? isAccessibleForFree,
- dynamic keywords,
- dynamic location,
- dynamic mainEntityOfPage,
- int? maximumAttendeeCapacity,
- int? maximumPhysicalAttendeeCapacity,
- int? maximumVirtualAttendeeCapacity,
- String? name,
- dynamic offers,
- dynamic organizer,
- dynamic owner,
- dynamic performer,
- dynamic performers,
- SchemaAction? potentialAction,
- String? previousStartDate,
- SchemaCreativeWork? recordedIn,
- int? remainingAttendeeCapacity,
- SchemaReview? review,
- String? sameAs,
- dynamic sponsor,
- String? startDate,
- SchemaEvent? subEvent,
- SchemaEvent? subEvents,
- dynamic subjectOf,
- SchemaEvent? superEvent,
- dynamic translator,
- String? typicalAgeRange,
- String? url,
- SchemaCreativeWork? workFeatured,
- SchemaCreativeWork? workPerformed,
- String? courseMode,
- SchemaSchedule? courseSchedule,
- String? courseWorkload,
- SchemaPerson? instructor,
Create a new instance of SchemaCourseInstance
Implementation
SchemaCourseInstance({
super.about,
super.actor,
super.additionalType,
super.aggregateRating,
super.alternateName,
super.attendee,
super.attendees,
super.audience,
super.composer,
super.contributor,
super.description,
super.director,
super.disambiguatingDescription,
super.doorTime,
super.duration,
super.endDate,
super.eventAttendanceMode,
super.eventSchedule,
super.eventStatus,
super.funder,
super.funding,
super.hasParticipationOffer,
super.hasSponsorshipOffer,
super.identifier,
super.image,
super.inLanguage,
super.isAccessibleForFree,
super.keywords,
super.location,
super.mainEntityOfPage,
super.maximumAttendeeCapacity,
super.maximumPhysicalAttendeeCapacity,
super.maximumVirtualAttendeeCapacity,
super.name,
super.offers,
super.organizer,
super.owner,
super.performer,
super.performers,
super.potentialAction,
super.previousStartDate,
super.recordedIn,
super.remainingAttendeeCapacity,
super.review,
super.sameAs,
super.sponsor,
super.startDate,
super.subEvent,
super.subEvents,
super.subjectOf,
super.superEvent,
super.translator,
super.typicalAgeRange,
super.url,
super.workFeatured,
super.workPerformed,
this.courseMode,
this.courseSchedule,
this.courseWorkload,
this.instructor,
});