SchemaPerformAction constructor

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

Create a new instance of SchemaPerformAction

Implementation

SchemaPerformAction({
  this.entertainmentBusiness,
  this.audience,
  this.event,
  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,
});