gogol-youtube-0.4.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.Sponsors.List

Contents

Description

Lists sponsors for a channel.

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

Synopsis

REST Resource

type SponsorsListResource = "youtube" :> ("v3" :> ("sponsors" :> (QueryParam "part" Text :> (QueryParam "filter" SponsorsListFilter :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] SponsorListResponse))))))) Source #

A resource alias for youtube.sponsors.list method which the SponsorsList request conforms to.

Creating a Request

sponsorsList Source #

Arguments

:: Text

sPart

-> SponsorsList 

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

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

data SponsorsList Source #

Lists sponsors for a channel.

See: sponsorsList smart constructor.

Instances
Eq SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

Data SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

Methods

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

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

toConstr :: SponsorsList -> Constr #

dataTypeOf :: SponsorsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

Generic SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

Associated Types

type Rep SponsorsList :: Type -> Type #

GoogleRequest SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

Associated Types

type Rs SponsorsList :: Type #

type Scopes SponsorsList :: [Symbol] #

type Rep SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

type Rep SponsorsList = D1 (MetaData "SponsorsList" "Network.Google.Resource.YouTube.Sponsors.List" "gogol-youtube-0.4.0-ICfv3TXlvc9ZGnb0rCY6m" False) (C1 (MetaCons "SponsorsList'" PrefixI True) ((S1 (MetaSel (Just "_sPart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_sFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SponsorsListFilter)) :*: (S1 (MetaSel (Just "_sPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word32)))))
type Scopes SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

type Scopes SponsorsList = "https://www.googleapis.com/auth/youtube" ': ("https://www.googleapis.com/auth/youtube.force-ssl" ': ("https://www.googleapis.com/auth/youtube.readonly" ': ([] :: [Symbol])))
type Rs SponsorsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.Sponsors.List

Request Lenses

sPart :: Lens' SponsorsList Text Source #

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

sFilter :: Lens' SponsorsList SponsorsListFilter Source #

The filter parameter specifies which channel sponsors to return.

sPageToken :: Lens' SponsorsList (Maybe Text) Source #

The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.

sMaxResults :: Lens' SponsorsList Word32 Source #

The maxResults parameter specifies the maximum number of items that should be returned in the result set.