SchemaReservationPackage constructor

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

Create a new instance of SchemaReservationPackage

Implementation

SchemaReservationPackage({
  this.subReservation,
  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,
});