SchemaAcceptAction constructor

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

Create a new instance of SchemaAcceptAction

Implementation

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