gogol-youtube-0.0.1: Google YouTube Data 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.YouTube.Comments.MarkAsSpam

Contents

Description

Expresses the caller's opinion that one or more comments should be flagged as spam.

See: YouTube Data API Reference for youtube.comments.markAsSpam.

Synopsis

REST Resource

type CommentsMarkAsSpamResource = "youtube" :> ("v3" :> ("comments" :> ("markAsSpam" :> (QueryParam "id" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))) Source

A resource alias for youtube.comments.markAsSpam method which the CommentsMarkAsSpam request conforms to.

Creating a Request

commentsMarkAsSpam Source

Creates a value of CommentsMarkAsSpam with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CommentsMarkAsSpam Source

Expresses the caller's opinion that one or more comments should be flagged as spam.

See: commentsMarkAsSpam smart constructor.

Request Lenses

cmasId :: Lens' CommentsMarkAsSpam Text Source

The id parameter specifies a comma-separated list of IDs of comments that the caller believes should be classified as spam.