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 |
Returns the specified Project resource.
See: Compute Engine API Reference for compute.projects.get
.
Synopsis
- type ProjectsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Project))))
- projectsGet :: Text -> ProjectsGet
- data ProjectsGet
- pgProject :: Lens' ProjectsGet Text
REST Resource
type ProjectsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Project)))) Source #
A resource alias for compute.projects.get
method which the
ProjectsGet
request conforms to.
Creating a Request
:: Text | |
-> ProjectsGet |
Creates a value of ProjectsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsGet Source #
Returns the specified Project resource.
See: projectsGet
smart constructor.