SchemaEmployeeRole constructor
SchemaEmployeeRole({
- dynamic baseSalary,
- String? salaryCurrency,
- int? numberedPosition,
- String? endDate,
- String? namedPosition,
- String? roleName,
- String? startDate,
- 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 SchemaEmployeeRole
Implementation
SchemaEmployeeRole({
this.baseSalary,
this.salaryCurrency,
this.numberedPosition,
this.endDate,
this.namedPosition,
this.roleName,
this.startDate,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});