SchemaEducationalOccupationalProgram constructor

SchemaEducationalOccupationalProgram({
  1. String? applicationDeadline,
  2. String? applicationStartDate,
  3. SchemaDayOfWeek? dayOfWeek,
  4. dynamic educationalCredentialAwarded,
  5. String? educationalProgramMode,
  6. String? endDate,
  7. dynamic financialAidEligible,
  8. SchemaCourse? hasCourse,
  9. int? maximumEnrollment,
  10. dynamic numberOfCredits,
  11. dynamic occupationalCategory,
  12. dynamic occupationalCredentialAwarded,
  13. dynamic offers,
  14. dynamic programPrerequisites,
  15. dynamic programType,
  16. dynamic provider,
  17. SchemaMonetaryAmountDistribution? salaryUponCompletion,
  18. String? startDate,
  19. SchemaDuration? termDuration,
  20. int? termsPerYear,
  21. String? timeOfDay,
  22. SchemaDuration? timeToComplete,
  23. SchemaMonetaryAmountDistribution? trainingSalary,
  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 SchemaEducationalOccupationalProgram

Implementation

SchemaEducationalOccupationalProgram({
  this.applicationDeadline,
  this.applicationStartDate,
  this.dayOfWeek,
  this.educationalCredentialAwarded,
  this.educationalProgramMode,
  this.endDate,
  this.financialAidEligible,
  this.hasCourse,
  this.maximumEnrollment,
  this.numberOfCredits,
  this.occupationalCategory,
  this.occupationalCredentialAwarded,
  this.offers,
  this.programPrerequisites,
  this.programType,
  this.provider,
  this.salaryUponCompletion,
  this.startDate,
  this.termDuration,
  this.termsPerYear,
  this.timeOfDay,
  this.timeToComplete,
  this.trainingSalary,
  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,
});