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 a GTM Folder.
See: Tag Manager API Reference for tagmanager.accounts.containers.workspaces.folders.get
.
Synopsis
- type AccountsContainersWorkspacesFoldersGetResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Folder)))
- accountsContainersWorkspacesFoldersGet :: Text -> AccountsContainersWorkspacesFoldersGet
- data AccountsContainersWorkspacesFoldersGet
- acwfgPath :: Lens' AccountsContainersWorkspacesFoldersGet Text
REST Resource
type AccountsContainersWorkspacesFoldersGetResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Folder))) Source #
A resource alias for tagmanager.accounts.containers.workspaces.folders.get
method which the
AccountsContainersWorkspacesFoldersGet
request conforms to.
Creating a Request
accountsContainersWorkspacesFoldersGet Source #
Creates a value of AccountsContainersWorkspacesFoldersGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersWorkspacesFoldersGet Source #
Gets a GTM Folder.
See: accountsContainersWorkspacesFoldersGet
smart constructor.