SchemaExerciseAction constructor
SchemaExerciseAction({
- SchemaHowTo? actionProcess,
- SchemaActionStatusType? actionStatus,
- String? additionalType,
- dynamic agent,
- String? alternateName,
- SchemaAudience? audience,
- dynamic description,
- String? disambiguatingDescription,
- String? endTime,
- SchemaThing? error,
- SchemaEvent? event,
- 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,
- SchemaPlace? course,
- SchemaDiet? diet,
- SchemaDistance? distance,
- SchemaPlace? exerciseCourse,
- SchemaExercisePlan? exercisePlan,
- SchemaDiet? exerciseRelatedDiet,
- String? exerciseType,
- SchemaPlace? fromLocation,
- SchemaPerson? opponent,
- SchemaSportsActivityLocation? sportsActivityLocation,
- SchemaSportsEvent? sportsEvent,
- SchemaSportsTeam? sportsTeam,
- SchemaPlace? toLocation,
Create a new instance of SchemaExerciseAction
Implementation
SchemaExerciseAction({
super.actionProcess,
super.actionStatus,
super.additionalType,
super.agent,
super.alternateName,
super.audience,
super.description,
super.disambiguatingDescription,
super.endTime,
super.error,
super.event,
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.course,
this.diet,
this.distance,
this.exerciseCourse,
this.exercisePlan,
this.exerciseRelatedDiet,
this.exerciseType,
this.fromLocation,
this.opponent,
this.sportsActivityLocation,
this.sportsEvent,
this.sportsTeam,
this.toLocation,
});