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 |
Deletes a timeline item.
See: Google Mirror API Reference for mirror.timeline.delete
.
Synopsis
- type TimelineDeleteResource = "mirror" :> ("v1" :> ("timeline" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- timelineDelete :: Text -> TimelineDelete
- data TimelineDelete
- tdId :: Lens' TimelineDelete Text
REST Resource
type TimelineDeleteResource = "mirror" :> ("v1" :> ("timeline" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #
A resource alias for mirror.timeline.delete
method which the
TimelineDelete
request conforms to.
Creating a Request
:: Text | |
-> TimelineDelete |
Creates a value of TimelineDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TimelineDelete Source #
Deletes a timeline item.
See: timelineDelete
smart constructor.