SchemaWearAction constructor

SchemaWearAction({
  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. SchemaActionAccessSpecification? actionAccessibilityRequirement,
  14. SchemaOffer? expectsAcceptanceOf,
  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 SchemaWearAction

Implementation

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