SchemaLodgingReservation constructor

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

Create a new instance of SchemaLodgingReservation

Implementation

SchemaLodgingReservation({
  this.checkinTime,
  this.checkoutTime,
  this.lodgingUnitDescription,
  this.lodgingUnitType,
  this.numAdults,
  this.numChildren,
  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,
});