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.InstallAttribution

Contents

Description

Get iOS strong/weak-match info for post-install attribution.

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

Synopsis

REST Resource

type InstallAttributionResource = "v1" :> ("installAttribution" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetIosPostInstallAttributionRequest :> Post '[JSON] GetIosPostInstallAttributionResponse)))))))) Source #

A resource alias for firebasedynamiclinks.installAttribution method which the InstallAttribution request conforms to.

Creating a Request

installAttribution Source #

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

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

data InstallAttribution Source #

Get iOS strong/weak-match info for post-install attribution.

See: installAttribution smart constructor.

Instances
Eq InstallAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

Data InstallAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

Methods

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

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

toConstr :: InstallAttribution -> Constr #

dataTypeOf :: InstallAttribution -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstallAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

Generic InstallAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

Associated Types

type Rep InstallAttribution :: Type -> Type #

GoogleRequest InstallAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

Associated Types

type Rs InstallAttribution :: Type #

type Scopes InstallAttribution :: [Symbol] #

type Rep InstallAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

type Rep InstallAttribution = D1 (MetaData "InstallAttribution" "Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution" "gogol-firebase-dynamiclinks-0.5.0-H7plX3SHsPR1KYtw6bgh9x" False) (C1 (MetaCons "InstallAttribution'" PrefixI True) ((S1 (MetaSel (Just "_iaXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_iaUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iaAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_iaUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_iaPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GetIosPostInstallAttributionRequest) :*: S1 (MetaSel (Just "_iaCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes InstallAttribution Source # 
Instance details

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

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

Defined in Network.Google.Resource.FirebaseDynamicLinks.InstallAttribution

Request Lenses

iaUploadProtocol :: Lens' InstallAttribution (Maybe Text) Source #

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

iaUploadType :: Lens' InstallAttribution (Maybe Text) Source #

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