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 |
Retrieves the specified operation resource.
See: Cloud User Accounts API Reference for clouduseraccounts.globalAccountsOperations.get
.
- type GlobalAccountsOperationsGetResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))))
- globalAccountsOperationsGet :: Text -> Text -> GlobalAccountsOperationsGet
- data GlobalAccountsOperationsGet
- gaogProject :: Lens' GlobalAccountsOperationsGet Text
- gaogOperation :: Lens' GlobalAccountsOperationsGet Text
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:
data GlobalAccountsOperationsGet Source #
Retrieves the specified operation resource.
See: globalAccountsOperationsGet
smart constructor.
Request Lenses
gaogProject :: Lens' GlobalAccountsOperationsGet Text Source #
Project ID for this request.
gaogOperation :: Lens' GlobalAccountsOperationsGet Text Source #
Name of the Operations resource to return.