gogol-firebase-dynamiclinks-0.5.0: Google Firebase Dynamic Links 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.FirebaseDynamicLinks.ReopenAttribution

Contents

Description

Get iOS reopen attribution for app universal link open deeplinking.

See: Firebase Dynamic Links API Reference for firebasedynamiclinks.reopenAttribution.

Synopsis

REST Resource

type ReopenAttributionResource = "v1" :> ("reopenAttribution" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetIosReopenAttributionRequest :> Post '[JSON] GetIosReopenAttributionResponse)))))))) Source #

A resource alias for firebasedynamiclinks.reopenAttribution method which the ReopenAttribution request conforms to.

Creating a Request

reopenAttribution Source #

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

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

data ReopenAttribution Source #

Get iOS reopen attribution for app universal link open deeplinking.

See: reopenAttribution smart constructor.

Instances
Eq ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

Data ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

Methods

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

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

toConstr :: ReopenAttribution -> Constr #

dataTypeOf :: ReopenAttribution -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

Generic ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

Associated Types

type Rep ReopenAttribution :: Type -> Type #

GoogleRequest ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

Associated Types

type Rs ReopenAttribution :: Type #

type Scopes ReopenAttribution :: [Symbol] #

type Rep ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

type Rep ReopenAttribution = D1 (MetaData "ReopenAttribution" "Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution" "gogol-firebase-dynamiclinks-0.5.0-H7plX3SHsPR1KYtw6bgh9x" False) (C1 (MetaCons "ReopenAttribution'" PrefixI True) ((S1 (MetaSel (Just "_raXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_raUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_raAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_raUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_raPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GetIosReopenAttributionRequest) :*: S1 (MetaSel (Just "_raCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

type Scopes ReopenAttribution = "https://www.googleapis.com/auth/firebase" ': ([] :: [Symbol])
type Rs ReopenAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.ReopenAttribution

Request Lenses

raUploadProtocol :: Lens' ReopenAttribution (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

raUploadType :: Lens' ReopenAttribution (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").