SchemaReserveAction constructor

SchemaReserveAction({
  1. String? scheduledTime,
  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. String? additionalType,
  15. String? alternateName,
  16. dynamic description,
  17. String? disambiguatingDescription,
  18. dynamic identifier,
  19. dynamic image,
  20. dynamic mainEntityOfPage,
  21. String? name,
  22. SchemaAction? potentialAction,
  23. String? sameAs,
  24. dynamic subjectOf,
  25. String? url,
})

Create a new instance of SchemaReserveAction

Implementation

SchemaReserveAction({
  this.scheduledTime,
  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,
});