| 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.Gmail.Users.Stop
Description
Stop receiving push notifications for the given user mailbox.
See: Gmail API Reference for gmail.users.stop.
REST Resource
type UsersStopResource = "gmail" :> ("v1" :> ("users" :> (Capture "userId" Text :> ("stop" :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))) Source #
A resource alias for gmail.users.stop method which the
UsersStop request conforms to.
Creating a Request
Stop receiving push notifications for the given user mailbox.
See: usersStop smart constructor.