gogol-qpxexpress-0.4.0: Google QPX Express SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.QPXExpress.Trips.Search

Contents

Description

Returns a list of flights.

See: QPX Express API Reference for qpxExpress.trips.search.

Synopsis

REST Resource

type TripsSearchResource = "qpxExpress" :> ("v1" :> ("trips" :> ("search" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TripsSearchRequest :> Post '[JSON] TripsSearchResponse))))) Source #

A resource alias for qpxExpress.trips.search method which the TripsSearch request conforms to.

Creating a Request

tripsSearch Source #

Creates a value of TripsSearch with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data TripsSearch Source #

Returns a list of flights.

See: tripsSearch smart constructor.

Instances
Eq TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

Data TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TripsSearch -> c TripsSearch #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TripsSearch #

toConstr :: TripsSearch -> Constr #

dataTypeOf :: TripsSearch -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TripsSearch) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TripsSearch) #

gmapT :: (forall b. Data b => b -> b) -> TripsSearch -> TripsSearch #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TripsSearch -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TripsSearch -> r #

gmapQ :: (forall d. Data d => d -> u) -> TripsSearch -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TripsSearch -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TripsSearch -> m TripsSearch #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TripsSearch -> m TripsSearch #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TripsSearch -> m TripsSearch #

Show TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

Generic TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

Associated Types

type Rep TripsSearch :: Type -> Type #

GoogleRequest TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

Associated Types

type Rs TripsSearch :: Type #

type Scopes TripsSearch :: [Symbol] #

type Rep TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

type Rep TripsSearch = D1 (MetaData "TripsSearch" "Network.Google.Resource.QPXExpress.Trips.Search" "gogol-qpxexpress-0.4.0-EBCNwXlg9ms93cIXsbxHPj" True) (C1 (MetaCons "TripsSearch'" PrefixI True) (S1 (MetaSel (Just "_tsPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TripsSearchRequest)))
type Scopes TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

type Scopes TripsSearch = ([] :: [Symbol])
type Rs TripsSearch Source # 
Instance details

Defined in Network.Google.Resource.QPXExpress.Trips.Search

Request Lenses

tsPayload :: Lens' TripsSearch TripsSearchRequest Source #

Multipart request metadata.