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 |
List a specific saved ad style for the specified account.
See: AdSense Management API Reference for adsense.accounts.savedadstyles.get
.
Synopsis
- type AccountsSavedadstylesGetResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("savedadstyles" :> (Capture "savedAdStyleId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SavedAdStyle))))))
- accountsSavedadstylesGet :: Text -> Text -> AccountsSavedadstylesGet
- data AccountsSavedadstylesGet
- asgSavedAdStyleId :: Lens' AccountsSavedadstylesGet Text
- asgAccountId :: Lens' AccountsSavedadstylesGet Text
REST Resource
type AccountsSavedadstylesGetResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("savedadstyles" :> (Capture "savedAdStyleId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] SavedAdStyle)))))) Source #
A resource alias for adsense.accounts.savedadstyles.get
method which the
AccountsSavedadstylesGet
request conforms to.
Creating a Request
accountsSavedadstylesGet Source #
Creates a value of AccountsSavedadstylesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsSavedadstylesGet Source #
List a specific saved ad style for the specified account.
See: accountsSavedadstylesGet
smart constructor.
Instances
Request Lenses
asgSavedAdStyleId :: Lens' AccountsSavedadstylesGet Text Source #
Saved ad style to retrieve.
asgAccountId :: Lens' AccountsSavedadstylesGet Text Source #
Account for which to get the saved ad style.