gogol-surveys-0.4.0: Google Surveys 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.Surveys.Surveys.List

Contents

Description

Lists the surveys owned by the authenticated user.

See: Surveys API Reference for surveys.surveys.list.

Synopsis

REST Resource

type SurveysListResource = "surveys" :> ("v2" :> ("surveys" :> (QueryParam "token" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] SurveysListResponse)))))) Source #

A resource alias for surveys.surveys.list method which the SurveysList request conforms to.

Creating a Request

surveysList :: SurveysList Source #

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

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

data SurveysList Source #

Lists the surveys owned by the authenticated user.

See: surveysList smart constructor.

Instances
Eq SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

Data SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

Methods

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

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

toConstr :: SurveysList -> Constr #

dataTypeOf :: SurveysList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

Generic SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

Associated Types

type Rep SurveysList :: Type -> Type #

GoogleRequest SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

Associated Types

type Rs SurveysList :: Type #

type Scopes SurveysList :: [Symbol] #

type Rep SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

type Rep SurveysList = D1 (MetaData "SurveysList" "Network.Google.Resource.Surveys.Surveys.List" "gogol-surveys-0.4.0-JDdOowllRumLCrJvGPiXO8" False) (C1 (MetaCons "SurveysList'" PrefixI True) (S1 (MetaSel (Just "_slToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_slStartIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: S1 (MetaSel (Just "_slMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))
type Scopes SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

type Scopes SurveysList = "https://www.googleapis.com/auth/surveys" ': ("https://www.googleapis.com/auth/surveys.readonly" ': ("https://www.googleapis.com/auth/userinfo.email" ': ([] :: [Symbol])))
type Rs SurveysList Source # 
Instance details

Defined in Network.Google.Resource.Surveys.Surveys.List

Request Lenses