SchemaWorkBasedProgram constructor

SchemaWorkBasedProgram({
  1. String? additionalType,
  2. String? alternateName,
  3. String? applicationDeadline,
  4. String? applicationStartDate,
  5. SchemaDayOfWeek? dayOfWeek,
  6. dynamic description,
  7. String? disambiguatingDescription,
  8. dynamic educationalCredentialAwarded,
  9. String? educationalProgramMode,
  10. String? endDate,
  11. dynamic financialAidEligible,
  12. SchemaCourse? hasCourse,
  13. dynamic identifier,
  14. dynamic image,
  15. dynamic mainEntityOfPage,
  16. int? maximumEnrollment,
  17. String? name,
  18. dynamic numberOfCredits,
  19. dynamic occupationalCategory,
  20. dynamic occupationalCredentialAwarded,
  21. dynamic offers,
  22. dynamic owner,
  23. SchemaAction? potentialAction,
  24. dynamic programPrerequisites,
  25. dynamic programType,
  26. dynamic provider,
  27. SchemaMonetaryAmountDistribution? salaryUponCompletion,
  28. String? sameAs,
  29. String? startDate,
  30. dynamic subjectOf,
  31. SchemaDuration? termDuration,
  32. num? termsPerYear,
  33. String? timeOfDay,
  34. SchemaDuration? timeToComplete,
  35. SchemaMonetaryAmountDistribution? trainingSalary,
  36. dynamic typicalCreditsPerTerm,
  37. String? url,
})

Create a new instance of SchemaWorkBasedProgram

Implementation

SchemaWorkBasedProgram({
  super.additionalType,
  super.alternateName,
  super.applicationDeadline,
  super.applicationStartDate,
  super.dayOfWeek,
  super.description,
  super.disambiguatingDescription,
  super.educationalCredentialAwarded,
  super.educationalProgramMode,
  super.endDate,
  super.financialAidEligible,
  super.hasCourse,
  super.identifier,
  super.image,
  super.mainEntityOfPage,
  super.maximumEnrollment,
  super.name,
  super.numberOfCredits,
  super.occupationalCategory,
  super.occupationalCredentialAwarded,
  super.offers,
  super.owner,
  super.potentialAction,
  super.programPrerequisites,
  super.programType,
  super.provider,
  super.salaryUponCompletion,
  super.sameAs,
  super.startDate,
  super.subjectOf,
  super.termDuration,
  super.termsPerYear,
  super.timeOfDay,
  super.timeToComplete,
  super.trainingSalary,
  super.typicalCreditsPerTerm,
  super.url,
});