SchemaRsvpAction constructor

SchemaRsvpAction({
  1. int? additionalNumberOfGuests,
  2. SchemaComment? comment,
  3. SchemaRsvpResponseType? rsvpResponse,
  4. SchemaEvent? event,
  5. SchemaActionStatusType? actionStatus,
  6. dynamic agent,
  7. String? endTime,
  8. SchemaThing? error,
  9. SchemaThing? instrument,
  10. dynamic location,
  11. SchemaThing? object,
  12. dynamic participant,
  13. dynamic provider,
  14. SchemaThing? result,
  15. String? startTime,
  16. dynamic target,
  17. SchemaThing? about,
  18. dynamic inLanguage,
  19. SchemaLanguage? language,
  20. dynamic recipient,
  21. String? additionalType,
  22. String? alternateName,
  23. dynamic description,
  24. String? disambiguatingDescription,
  25. dynamic identifier,
  26. dynamic image,
  27. dynamic mainEntityOfPage,
  28. String? name,
  29. SchemaAction? potentialAction,
  30. String? sameAs,
  31. dynamic subjectOf,
  32. String? url,
})

Create a new instance of SchemaRsvpAction

Implementation

SchemaRsvpAction({
  this.additionalNumberOfGuests,
  this.comment,
  this.rsvpResponse,
  this.event,
  this.actionStatus,
  this.agent,
  this.endTime,
  this.error,
  this.instrument,
  this.location,
  this.object,
  this.participant,
  this.provider,
  this.result,
  this.startTime,
  this.target,
  this.about,
  this.inLanguage,
  this.language,
  this.recipient,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});