SchemaJobPosting constructor
SchemaJobPosting({
- SchemaAdministrativeArea? applicantLocationRequirements,
- SchemaContactPoint? applicationContact,
- dynamic baseSalary,
- String? benefits,
- String? datePosted,
- bool? directApply,
- dynamic educationRequirements,
- String? eligibilityToWorkRequirement,
- String? employerOverview,
- String? employmentType,
- SchemaOrganization? employmentUnit,
- dynamic estimatedSalary,
- bool? experienceInPlaceOfEducation,
- dynamic experienceRequirements,
- dynamic hiringOrganization,
- String? incentiveCompensation,
- String? incentives,
- dynamic industry,
- String? jobBenefits,
- bool? jobImmediateStart,
- SchemaPlace? jobLocation,
- String? jobLocationType,
- String? jobStartDate,
- dynamic occupationalCategory,
- dynamic physicalRequirement,
- dynamic qualifications,
- SchemaOccupation? relevantOccupation,
- String? responsibilities,
- String? salaryCurrency,
- String? securityClearanceRequirement,
- dynamic sensoryRequirement,
- dynamic skills,
- String? specialCommitments,
- String? title,
- int? totalJobOpenings,
- String? validThrough,
- String? workHours,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});