SchemaUpdateAction constructor

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

Create a new instance of SchemaUpdateAction

Implementation

SchemaUpdateAction({
  this.collection,
  this.targetCollection,
  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.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});