SchemaPublicationEvent constructor

SchemaPublicationEvent({
  1. bool? free,
  2. dynamic publishedBy,
  3. SchemaBroadcastService? publishedOn,
  4. SchemaThing? about,
  5. SchemaPerson? actor,
  6. SchemaAggregateRating? aggregateRating,
  7. dynamic attendee,
  8. dynamic attendees,
  9. SchemaAudience? audience,
  10. dynamic composer,
  11. dynamic contributor,
  12. SchemaPerson? director,
  13. String? doorTime,
  14. SchemaDuration? duration,
  15. String? endDate,
  16. SchemaEventAttendanceModeEnumeration? eventAttendanceMode,
  17. SchemaSchedule? eventSchedule,
  18. SchemaEventStatusType? eventStatus,
  19. dynamic funder,
  20. SchemaGrant? funding,
  21. dynamic inLanguage,
  22. bool? isAccessibleForFree,
  23. dynamic keywords,
  24. dynamic location,
  25. int? maximumAttendeeCapacity,
  26. int? maximumPhysicalAttendeeCapacity,
  27. int? maximumVirtualAttendeeCapacity,
  28. dynamic offers,
  29. dynamic organizer,
  30. dynamic performer,
  31. dynamic performers,
  32. String? previousStartDate,
  33. SchemaCreativeWork? recordedIn,
  34. int? remainingAttendeeCapacity,
  35. SchemaReview? review,
  36. dynamic sponsor,
  37. String? startDate,
  38. SchemaEvent? subEvent,
  39. SchemaEvent? subEvents,
  40. SchemaEvent? superEvent,
  41. dynamic translator,
  42. String? typicalAgeRange,
  43. SchemaCreativeWork? workFeatured,
  44. SchemaCreativeWork? workPerformed,
  45. String? additionalType,
  46. String? alternateName,
  47. dynamic description,
  48. String? disambiguatingDescription,
  49. dynamic identifier,
  50. dynamic image,
  51. dynamic mainEntityOfPage,
  52. String? name,
  53. SchemaAction? potentialAction,
  54. String? sameAs,
  55. dynamic subjectOf,
  56. String? url,
})

Create a new instance of SchemaPublicationEvent

Implementation

SchemaPublicationEvent({
  this.free,
  this.publishedBy,
  this.publishedOn,
  this.about,
  this.actor,
  this.aggregateRating,
  this.attendee,
  this.attendees,
  this.audience,
  this.composer,
  this.contributor,
  this.director,
  this.doorTime,
  this.duration,
  this.endDate,
  this.eventAttendanceMode,
  this.eventSchedule,
  this.eventStatus,
  this.funder,
  this.funding,
  this.inLanguage,
  this.isAccessibleForFree,
  this.keywords,
  this.location,
  this.maximumAttendeeCapacity,
  this.maximumPhysicalAttendeeCapacity,
  this.maximumVirtualAttendeeCapacity,
  this.offers,
  this.organizer,
  this.performer,
  this.performers,
  this.previousStartDate,
  this.recordedIn,
  this.remainingAttendeeCapacity,
  this.review,
  this.sponsor,
  this.startDate,
  this.subEvent,
  this.subEvents,
  this.superEvent,
  this.translator,
  this.typicalAgeRange,
  this.workFeatured,
  this.workPerformed,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});