gogol-dfareporting-0.1.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.DirectorySiteContacts.Get

Contents

Description

Gets one directory site contact by ID.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.directorySiteContacts.get.

Synopsis

REST Resource

type DirectorySiteContactsGetResource = "dfareporting" :> ("v2.5" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("directorySiteContacts" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] DirectorySiteContact)))))) Source #

A resource alias for dfareporting.directorySiteContacts.get method which the DirectorySiteContactsGet request conforms to.

Creating a Request

directorySiteContactsGet Source #

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

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

data DirectorySiteContactsGet Source #

Gets one directory site contact by ID.

See: directorySiteContactsGet smart constructor.

Instances

Eq DirectorySiteContactsGet Source # 
Data DirectorySiteContactsGet Source # 

Methods

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

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

toConstr :: DirectorySiteContactsGet -> Constr #

dataTypeOf :: DirectorySiteContactsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DirectorySiteContactsGet Source # 
Generic DirectorySiteContactsGet Source # 
GoogleRequest DirectorySiteContactsGet Source # 
type Rep DirectorySiteContactsGet Source # 
type Rep DirectorySiteContactsGet = D1 (MetaData "DirectorySiteContactsGet" "Network.Google.Resource.DFAReporting.DirectorySiteContacts.Get" "gogol-dfareporting-0.1.0-KEBAT3IXpFyJcea2FOz34a" False) (C1 (MetaCons "DirectorySiteContactsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dscgProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_dscgId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes DirectorySiteContactsGet Source # 
type Scopes DirectorySiteContactsGet = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs DirectorySiteContactsGet Source # 

Request Lenses

dscgProFileId :: Lens' DirectorySiteContactsGet Int64 Source #

User profile ID associated with this request.

dscgId :: Lens' DirectorySiteContactsGet Int64 Source #

Directory site contact ID.