SchemaConfirmAction constructor

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

Create a new instance of SchemaConfirmAction

Implementation

SchemaConfirmAction({
  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,
});