SchemaFlightReservation constructor

SchemaFlightReservation({
  1. String? boardingGroup,
  2. dynamic passengerPriorityStatus,
  3. String? passengerSequenceNumber,
  4. String? securityScreening,
  5. dynamic bookingAgent,
  6. String? bookingTime,
  7. dynamic broker,
  8. String? modifiedTime,
  9. String? priceCurrency,
  10. SchemaProgramMembership? programMembershipUsed,
  11. dynamic provider,
  12. SchemaThing? reservationFor,
  13. String? reservationId,
  14. SchemaReservationStatusType? reservationStatus,
  15. SchemaTicket? reservedTicket,
  16. dynamic totalPrice,
  17. dynamic underName,
  18. String? additionalType,
  19. String? alternateName,
  20. dynamic description,
  21. String? disambiguatingDescription,
  22. dynamic identifier,
  23. dynamic image,
  24. dynamic mainEntityOfPage,
  25. String? name,
  26. SchemaAction? potentialAction,
  27. String? sameAs,
  28. dynamic subjectOf,
  29. String? url,
})

Create a new instance of SchemaFlightReservation

Implementation

SchemaFlightReservation({
  this.boardingGroup,
  this.passengerPriorityStatus,
  this.passengerSequenceNumber,
  this.securityScreening,
  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,
});