SchemaFoodEstablishmentReservation constructor

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

Create a new instance of SchemaFoodEstablishmentReservation

Implementation

SchemaFoodEstablishmentReservation({
  this.endTime,
  this.partySize,
  this.startTime,
  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,
});