SchemaJobPosting constructor

SchemaJobPosting({
  1. SchemaAdministrativeArea? applicantLocationRequirements,
  2. SchemaContactPoint? applicationContact,
  3. dynamic baseSalary,
  4. String? benefits,
  5. String? datePosted,
  6. bool? directApply,
  7. dynamic educationRequirements,
  8. String? eligibilityToWorkRequirement,
  9. String? employerOverview,
  10. String? employmentType,
  11. SchemaOrganization? employmentUnit,
  12. dynamic estimatedSalary,
  13. bool? experienceInPlaceOfEducation,
  14. dynamic experienceRequirements,
  15. dynamic hiringOrganization,
  16. String? incentiveCompensation,
  17. String? incentives,
  18. dynamic industry,
  19. String? jobBenefits,
  20. bool? jobImmediateStart,
  21. SchemaPlace? jobLocation,
  22. String? jobLocationType,
  23. String? jobStartDate,
  24. dynamic occupationalCategory,
  25. dynamic physicalRequirement,
  26. dynamic qualifications,
  27. SchemaOccupation? relevantOccupation,
  28. String? responsibilities,
  29. String? salaryCurrency,
  30. String? securityClearanceRequirement,
  31. dynamic sensoryRequirement,
  32. dynamic skills,
  33. String? specialCommitments,
  34. String? title,
  35. int? totalJobOpenings,
  36. String? validThrough,
  37. String? workHours,
  38. String? additionalType,
  39. String? alternateName,
  40. dynamic description,
  41. String? disambiguatingDescription,
  42. dynamic identifier,
  43. dynamic image,
  44. dynamic mainEntityOfPage,
  45. String? name,
  46. SchemaAction? potentialAction,
  47. String? sameAs,
  48. dynamic subjectOf,
  49. String? url,
})

Create a new instance of SchemaJobPosting

Implementation

SchemaJobPosting({
  this.applicantLocationRequirements,
  this.applicationContact,
  this.baseSalary,
  this.benefits,
  this.datePosted,
  this.directApply,
  this.educationRequirements,
  this.eligibilityToWorkRequirement,
  this.employerOverview,
  this.employmentType,
  this.employmentUnit,
  this.estimatedSalary,
  this.experienceInPlaceOfEducation,
  this.experienceRequirements,
  this.hiringOrganization,
  this.incentiveCompensation,
  this.incentives,
  this.industry,
  this.jobBenefits,
  this.jobImmediateStart,
  this.jobLocation,
  this.jobLocationType,
  this.jobStartDate,
  this.occupationalCategory,
  this.physicalRequirement,
  this.qualifications,
  this.relevantOccupation,
  this.responsibilities,
  this.salaryCurrency,
  this.securityClearanceRequirement,
  this.sensoryRequirement,
  this.skills,
  this.specialCommitments,
  this.title,
  this.totalJobOpenings,
  this.validThrough,
  this.workHours,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});