SchemaJobPosting constructor
SchemaJobPosting({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- 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,
- dynamic jobDuration,
- 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,
Create a new instance of SchemaJobPosting
Implementation
SchemaJobPosting({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
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.jobDuration,
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,
});