Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Stops a running survey.
See: Consumer Surveys API Reference for consumersurveys.surveys.stop
.
Synopsis
- type SurveysStopResource = "consumersurveys" :> ("v2" :> ("surveys" :> (Capture "resourceId" Text :> ("stop" :> (QueryParam "alt" AltJSON :> Post '[JSON] SurveysStopResponse)))))
- surveysStop :: Text -> SurveysStop
- data SurveysStop
- sResourceId :: Lens' SurveysStop Text
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
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.