SchemaWorkBasedProgram constructor

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

Create a new instance of SchemaWorkBasedProgram

Implementation

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