gogol-dfareporting-0.0.1: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.Sizes.List

Contents

Description

Retrieves a list of sizes, possibly filtered.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.sizes.list.

Synopsis

REST Resource

type SizesListResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("sizes" :> (QueryParam "height" (Textual Int32) :> (QueryParams "ids" (Textual Int64) :> (QueryParam "width" (Textual Int32) :> (QueryParam "iabStandard" Bool :> (QueryParam "alt" AltJSON :> Get `[JSON]` SizesListResponse))))))))) Source

A resource alias for dfareporting.sizes.list method which the SizesList request conforms to.

Creating a Request

sizesList Source

Arguments

:: Int64

slProFileId

-> SizesList 

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

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

data SizesList Source

Retrieves a list of sizes, possibly filtered.

See: sizesList smart constructor.

Request Lenses

slHeight :: Lens' SizesList (Maybe Int32) Source

Select only sizes with this height.

slIds :: Lens' SizesList [Int64] Source

Select only sizes with these IDs.

slWidth :: Lens' SizesList (Maybe Int32) Source

Select only sizes with this width.

slProFileId :: Lens' SizesList Int64 Source

User profile ID associated with this request.

slIabStandard :: Lens' SizesList (Maybe Bool) Source

Select only IAB standard sizes.