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