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 |
Gets the requested publisher profile(s) by publisher accountId.
See: Ad Exchange Buyer API Reference for adexchangebuyer.pubprofiles.list
.
Synopsis
- type PubproFilesListResource = "adexchangebuyer" :> ("v1.4" :> ("publisher" :> (Capture "accountId" (Textual Int32) :> ("profiles" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetPublisherProFilesByAccountIdResponse)))))
- pubproFilesList :: Int32 -> PubproFilesList
- data PubproFilesList
- pflAccountId :: Lens' PubproFilesList Int32
REST Resource
type PubproFilesListResource = "adexchangebuyer" :> ("v1.4" :> ("publisher" :> (Capture "accountId" (Textual Int32) :> ("profiles" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetPublisherProFilesByAccountIdResponse))))) Source #
A resource alias for adexchangebuyer.pubprofiles.list
method which the
PubproFilesList
request conforms to.
Creating a Request
Creates a value of PubproFilesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PubproFilesList Source #
Gets the requested publisher profile(s) by publisher accountId.
See: pubproFilesList
smart constructor.
Instances
Request Lenses
pflAccountId :: Lens' PubproFilesList Int32 Source #
The accountId of the publisher to get profiles for.