SchemaInteractionCounter constructor
SchemaInteractionCounter({
- String? endTime,
- dynamic interactionService,
- SchemaAction? interactionType,
- dynamic location,
- String? startTime,
- int? userInteractionCount,
- 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 SchemaInteractionCounter
Implementation
SchemaInteractionCounter({
this.endTime,
this.interactionService,
this.interactionType,
this.location,
this.startTime,
this.userInteractionCount,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});