SchemaActionAccessSpecification constructor

SchemaActionAccessSpecification({
  1. String? availabilityEnds,
  2. String? availabilityStarts,
  3. dynamic category,
  4. dynamic eligibleRegion,
  5. SchemaOffer? expectsAcceptanceOf,
  6. dynamic ineligibleRegion,
  7. dynamic requiresSubscription,
  8. String? additionalType,
  9. String? alternateName,
  10. dynamic description,
  11. String? disambiguatingDescription,
  12. dynamic identifier,
  13. dynamic image,
  14. dynamic mainEntityOfPage,
  15. String? name,
  16. SchemaAction? potentialAction,
  17. String? sameAs,
  18. dynamic subjectOf,
  19. String? url,
})

Create a new instance of SchemaActionAccessSpecification

Implementation

SchemaActionAccessSpecification({
  this.availabilityEnds,
  this.availabilityStarts,
  this.category,
  this.eligibleRegion,
  this.expectsAcceptanceOf,
  this.ineligibleRegion,
  this.requiresSubscription,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});