osdm-sys 0.1.0-alpha.3

Specifications for the OSDM API standard. The OSDM specification supports two modes of operation: Retailer Mode and Distributor Mode. The API works identically in both modes, except that in distributor mode the API also returns fare information. The following resources are key to get started: - [Processes](https://osdm.io/spec/processes/) - [Models](https://osdm.io/spec/models/) - [Getting started](https://osdm.io/spec/getting-started/)
Documentation
# DatedJourney

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operating_day_ref** | Option<**String**> | Reference to an operating day. Provided by OJP.  | [optional]
**mode** | Option<[**models::Mode**]Mode.md> |  | [optional]
**product_category** | Option<[**models::ProductCategory**]ProductCategory.md> |  | [optional]
**published_service_name** | Option<**String**> | Line name or service description as known to the public, f.e. '512', 'S8' or 'Circle Line' or 'ICE 488'.  | [optional]
**vehicle_numbers** | **Vec<String>** |  | 
**line_numbers** | Option<**Vec<String>**> |  | [optional]
**service_status** | Option<[**models::ServiceStatus**]ServiceStatus.md> |  | [optional]
**situation_full_refs** | Option<**Vec<String>**> |  | [optional]
**carriers** | [**Vec<models::NamedCompany>**]NamedCompany.md |  | 
**attributes** | Option<[**Vec<models::GeneralAttribute>**]GeneralAttribute.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)