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 |
Network.Google.Resource.Admin.Channels.Stop
Description
Stop watching resources through this channel
See: Admin Directory API Reference for admin.channels.stop
.
- type ChannelsStopResource = "admin" :> ("directory" :> ("v1" :> ("admin" :> ("directory_v1" :> ("channels" :> ("stop" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Channel :> Post '[JSON] ()))))))))
- channelsStop :: Channel -> ChannelsStop
- data ChannelsStop
- csPayload :: Lens' ChannelsStop Channel
REST Resource
type ChannelsStopResource = "admin" :> ("directory" :> ("v1" :> ("admin" :> ("directory_v1" :> ("channels" :> ("stop" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Channel :> Post '[JSON] ())))))))) #
A resource alias for admin.channels.stop
method which the
ChannelsStop
request conforms to.
Creating a Request
Arguments
:: Channel | |
-> ChannelsStop |
Creates a value of ChannelsStop
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ChannelsStop #
Stop watching resources through this channel
See: channelsStop
smart constructor.
Instances
Eq ChannelsStop # | |
Data ChannelsStop # | |
Show ChannelsStop # | |
Generic ChannelsStop # | |
GoogleRequest ChannelsStop # | |
type Rep ChannelsStop # | |
type Scopes ChannelsStop # | |
type Rs ChannelsStop # | |
Request Lenses
csPayload :: Lens' ChannelsStop Channel #
Multipart request metadata.