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