Struct google_qpxexpress1::TripOptionsResponse[][src]

pub struct TripOptionsResponse {
    pub trip_option: Option<Vec<TripOption>>,
    pub kind: Option<String>,
    pub data: Option<Data>,
    pub request_id: Option<String>,
}

A QPX Express search response.

This type is not used in any activity, and only used as part of another schema.

Fields

A list of priced itinerary solutions to the QPX Express query.

Identifies this as a QPX Express trip response object, which consists of zero or more solutions. Value: the fixed string qpxexpress#tripOptions.

Informational data global to list of solutions.

An identifier uniquely identifying this response.

Trait Implementations

impl Default for TripOptionsResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for TripOptionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TripOptionsResponse
[src]

Formats the value using the given formatter. Read more

impl Part for TripOptionsResponse
[src]

Auto Trait Implementations