SchemaActionAccessSpecification constructor
SchemaActionAccessSpecification({
- String? availabilityEnds,
- String? availabilityStarts,
- dynamic category,
- dynamic eligibleRegion,
- SchemaOffer? expectsAcceptanceOf,
- dynamic ineligibleRegion,
- dynamic requiresSubscription,
- 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 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,
});