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