gogol-useraccounts-0.0.1: Google Cloud User Accounts 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.CloudUserAccounts.GlobalAccountsOperations.Get

Contents

Description

Retrieves the specified operation resource.

See: Cloud User Accounts API Reference for clouduseraccounts.globalAccountsOperations.get.

Synopsis

REST Resource

type GlobalAccountsOperationsGetResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Operation))))))) Source

A resource alias for clouduseraccounts.globalAccountsOperations.get method which the GlobalAccountsOperationsGet request conforms to.

Creating a Request

globalAccountsOperationsGet Source

Creates a value of GlobalAccountsOperationsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gaogOperation :: Lens' GlobalAccountsOperationsGet Text Source

Name of the Operations resource to return.