SchemaScheduleAction constructor

SchemaScheduleAction({
  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? scheduledTime,
  24. String? startTime,
  25. dynamic subjectOf,
  26. dynamic target,
  27. String? url,
})

Create a new instance of SchemaScheduleAction

Implementation

SchemaScheduleAction({
  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.scheduledTime,
  super.startTime,
  super.subjectOf,
  super.target,
  super.url,
});