SchemaAction constructor
SchemaAction({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- SchemaHowTo? actionProcess,
- SchemaActionStatusType? actionStatus,
- dynamic agent,
- String? endTime,
- SchemaThing? error,
- SchemaThing? instrument,
- dynamic location,
- SchemaThing? object,
- dynamic participant,
- dynamic provider,
- SchemaThing? result,
- String? startTime,
- dynamic target,
Create a new instance of SchemaAction
Implementation
SchemaAction({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.actionProcess,
this.actionStatus,
this.agent,
this.endTime,
this.error,
this.instrument,
this.location,
this.object,
this.participant,
this.provider,
this.result,
this.startTime,
this.target,
});