SchemaReservation constructor
SchemaReservation({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic bookingAgent,
- String? bookingTime,
- dynamic broker,
- String? modifiedTime,
- String? priceCurrency,
- SchemaProgramMembership? programMembershipUsed,
- dynamic provider,
- SchemaThing? reservationFor,
- String? reservationId,
- SchemaReservationStatusType? reservationStatus,
- SchemaTicket? reservedTicket,
- dynamic totalPrice,
- dynamic underName,
Create a new instance of SchemaReservation
Implementation
SchemaReservation({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.bookingAgent,
this.bookingTime,
this.broker,
this.modifiedTime,
this.priceCurrency,
this.programMembershipUsed,
this.provider,
this.reservationFor,
this.reservationId,
this.reservationStatus,
this.reservedTicket,
this.totalPrice,
this.underName,
});