SchemaTrainReservation constructor

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

Create a new instance of SchemaTrainReservation

Implementation

SchemaTrainReservation({
  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,
});