Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieve the list of saved columns for a specified advertiser.
See: DoubleClick Search API Reference for doubleclicksearch.savedColumns.list
.
Synopsis
- type SavedColumnsListResource = "doubleclicksearch" :> ("v2" :> ("agency" :> (Capture "agencyId" (Textual Int64) :> ("advertiser" :> (Capture "advertiserId" (Textual Int64) :> ("savedcolumns" :> (QueryParam "alt" AltJSON :> Get '[JSON] SavedColumnList)))))))
- savedColumnsList :: Int64 -> Int64 -> SavedColumnsList
- data SavedColumnsList
- sclAgencyId :: Lens' SavedColumnsList Int64
- sclAdvertiserId :: Lens' SavedColumnsList Int64
REST Resource
type SavedColumnsListResource = "doubleclicksearch" :> ("v2" :> ("agency" :> (Capture "agencyId" (Textual Int64) :> ("advertiser" :> (Capture "advertiserId" (Textual Int64) :> ("savedcolumns" :> (QueryParam "alt" AltJSON :> Get '[JSON] SavedColumnList))))))) Source #
A resource alias for doubleclicksearch.savedColumns.list
method which the
SavedColumnsList
request conforms to.
Creating a Request
Creates a value of SavedColumnsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SavedColumnsList Source #
Retrieve the list of saved columns for a specified advertiser.
See: savedColumnsList
smart constructor.
Instances
Request Lenses
sclAgencyId :: Lens' SavedColumnsList Int64 Source #
DS ID of the agency.
sclAdvertiserId :: Lens' SavedColumnsList Int64 Source #
DS ID of the advertiser.