SchemaRsvpAction constructor

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

Create a new instance of SchemaRsvpAction

Implementation

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