gogol-youtube-0.2.0: Google YouTube Data SDK.

Copyright(c) 2015-2016 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.VideoAbuseReportReasons.List

Contents

Description

Returns a list of abuse reasons that can be used for reporting abusive videos.

See: YouTube Data API Reference for youtube.videoAbuseReportReasons.list.

Synopsis

REST Resource

type VideoAbuseReportReasonsListResource = "youtube" :> ("v3" :> ("videoAbuseReportReasons" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] VideoAbuseReportReasonListResponse))))) Source #

A resource alias for youtube.videoAbuseReportReasons.list method which the VideoAbuseReportReasonsList request conforms to.

Creating a Request

videoAbuseReportReasonsList Source #

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

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

data VideoAbuseReportReasonsList Source #

Returns a list of abuse reasons that can be used for reporting abusive videos.

See: videoAbuseReportReasonsList smart constructor.

Instances

Eq VideoAbuseReportReasonsList Source # 
Data VideoAbuseReportReasonsList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VideoAbuseReportReasonsList -> c VideoAbuseReportReasonsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VideoAbuseReportReasonsList #

toConstr :: VideoAbuseReportReasonsList -> Constr #

dataTypeOf :: VideoAbuseReportReasonsList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c VideoAbuseReportReasonsList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VideoAbuseReportReasonsList) #

gmapT :: (forall b. Data b => b -> b) -> VideoAbuseReportReasonsList -> VideoAbuseReportReasonsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VideoAbuseReportReasonsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VideoAbuseReportReasonsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> VideoAbuseReportReasonsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VideoAbuseReportReasonsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VideoAbuseReportReasonsList -> m VideoAbuseReportReasonsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VideoAbuseReportReasonsList -> m VideoAbuseReportReasonsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VideoAbuseReportReasonsList -> m VideoAbuseReportReasonsList #

Show VideoAbuseReportReasonsList Source # 
Generic VideoAbuseReportReasonsList Source # 
GoogleRequest VideoAbuseReportReasonsList Source # 
type Rep VideoAbuseReportReasonsList Source # 
type Rep VideoAbuseReportReasonsList = D1 (MetaData "VideoAbuseReportReasonsList" "Network.Google.Resource.YouTube.VideoAbuseReportReasons.List" "gogol-youtube-0.2.0-1ZihBky57dEGhFo5f57ZgQ" False) (C1 (MetaCons "VideoAbuseReportReasonsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_varrlPart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_varrlHl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes VideoAbuseReportReasonsList Source # 
type Scopes VideoAbuseReportReasonsList = (:) Symbol "https://www.googleapis.com/auth/youtube" ((:) Symbol "https://www.googleapis.com/auth/youtube.force-ssl" ((:) Symbol "https://www.googleapis.com/auth/youtube.readonly" ([] Symbol)))
type Rs VideoAbuseReportReasonsList Source # 

Request Lenses

varrlPart :: Lens' VideoAbuseReportReasonsList Text Source #

The part parameter specifies the videoCategory resource parts that the API response will include. Supported values are id and snippet.

varrlHl :: Lens' VideoAbuseReportReasonsList Text Source #

The hl parameter specifies the language that should be used for text values in the API response.