Struct google_qpxexpress1::BagDescriptor[][src]

pub struct BagDescriptor {
    pub count: Option<i32>,
    pub subcode: Option<String>,
    pub description: Option<Vec<String>>,
    pub kind: Option<String>,
    pub commercial_name: Option<String>,
}

Information about an item of baggage.

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

Fields

How many of this type of bag will be checked on this flight.

The standard IATA subcode used to identify this optional service.

A description of the baggage.

Identifies this as a baggage object. Value: the fixed string qpxexpress#bagDescriptor.

Provides the commercial name for an optional service.

Trait Implementations

impl Default for BagDescriptor
[src]

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

impl Clone for BagDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BagDescriptor
[src]

Formats the value using the given formatter. Read more

impl Part for BagDescriptor
[src]

Auto Trait Implementations