gogol-dns-0.0.1: Google Cloud DNS SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DNS.Projects.Get

Contents

Description

Fetch the representation of an existing Project.

See: Google Cloud DNS API Reference for dns.projects.get.

Synopsis

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

projectsGet Source

Arguments

:: Text

pgProject

-> 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.

Request Lenses

pgProject :: Lens' ProjectsGet Text Source

Identifies the project addressed by this request.