SchemaBusinessAudience constructor

SchemaBusinessAudience({
  1. SchemaQuantitativeValue? numberOfEmployees,
  2. SchemaQuantitativeValue? yearlyRevenue,
  3. SchemaQuantitativeValue? yearsInOperation,
  4. String? audienceType,
  5. SchemaAdministrativeArea? geographicArea,
  6. String? additionalType,
  7. String? alternateName,
  8. dynamic description,
  9. String? disambiguatingDescription,
  10. dynamic identifier,
  11. dynamic image,
  12. dynamic mainEntityOfPage,
  13. String? name,
  14. SchemaAction? potentialAction,
  15. String? sameAs,
  16. dynamic subjectOf,
  17. String? url,
})

Create a new instance of SchemaBusinessAudience

Implementation

SchemaBusinessAudience({
  this.numberOfEmployees,
  this.yearlyRevenue,
  this.yearsInOperation,
  this.audienceType,
  this.geographicArea,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});