gogol-consumersurveys-0.4.0: Google Consumer 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.ConsumerSurveys.Surveys.Stop

Contents

Description

Stops a running survey.

See: Consumer Surveys API Reference for consumersurveys.surveys.stop.

Synopsis

REST Resource

type SurveysStopResource = "consumersurveys" :> ("v2" :> ("surveys" :> (Capture "resourceId" Text :> ("stop" :> (QueryParam "alt" AltJSON :> Post '[JSON] SurveysStopResponse))))) Source #

A resource alias for consumersurveys.surveys.stop method which the SurveysStop request conforms to.

Creating a Request

surveysStop Source #

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

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

data SurveysStop Source #

Stops a running survey.

See: surveysStop smart constructor.

Instances
Eq SurveysStop Source # 
Instance details

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

Data SurveysStop Source # 
Instance details

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

Methods

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

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

toConstr :: SurveysStop -> Constr #

dataTypeOf :: SurveysStop -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SurveysStop Source # 
Instance details

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

Generic SurveysStop Source # 
Instance details

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

Associated Types

type Rep SurveysStop :: Type -> Type #

GoogleRequest SurveysStop Source # 
Instance details

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

Associated Types

type Rs SurveysStop :: Type #

type Scopes SurveysStop :: [Symbol] #

type Rep SurveysStop Source # 
Instance details

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

type Rep SurveysStop = D1 (MetaData "SurveysStop" "Network.Google.Resource.ConsumerSurveys.Surveys.Stop" "gogol-consumersurveys-0.4.0-EOGkJcqKdGTLcleyAq4x9I" True) (C1 (MetaCons "SurveysStop'" PrefixI True) (S1 (MetaSel (Just "_sResourceId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes SurveysStop Source # 
Instance details

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

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

Defined in Network.Google.Resource.ConsumerSurveys.Surveys.Stop

Request Lenses