| Copyright | (c) 2015 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 |
Network.Google.Resource.DNS.Projects.Get
Description
Fetch the representation of an existing Project.
See: Google Cloud DNS API Reference for dns.projects.get.
- type ProjectsGetResource = "dns" :> ("v1" :> ("projects" :> (Capture "project" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Project))))
- projectsGet :: Text -> ProjectsGet
- data ProjectsGet
- pgProject :: Lens' ProjectsGet Text
REST Resource
type ProjectsGetResource = "dns" :> ("v1" :> ("projects" :> (Capture "project" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Project)))) Source
A resource alias for dns.projects.get method which the
ProjectsGet request conforms to.
Creating a Request
Arguments
| :: 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
Fetch the representation of an existing Project.
See: projectsGet smart constructor.
Instances
Request Lenses
pgProject :: Lens' ProjectsGet Text Source
Identifies the project addressed by this request.