gogol-mirror-0.0.1: Google Mirror SDK.

Copyright(c) 2015 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.Mirror.Timeline.Delete

Contents

Description

Deletes a timeline item.

See: Google Mirror API Reference for mirror.timeline.delete.

Synopsis

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

timelineDelete Source

Arguments

:: Text

tdId

-> 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:

Request Lenses

tdId :: Lens' TimelineDelete Text Source

The ID of the timeline item.