SchemaCommunicateAction constructor

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

Create a new instance of SchemaCommunicateAction

Implementation

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