SchemaReservation constructor
      
      SchemaReservation({ 
    
- 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,
- 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 SchemaReservation
Implementation
SchemaReservation({
  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,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});