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 Group resource.
See: Cloud User Accounts API Reference for clouduseraccounts.groups.get
.
- type GroupsGetResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (Capture "groupName" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Group)))))))
- groupsGet :: Text -> Text -> GroupsGet
- data GroupsGet
- ggProject :: Lens' GroupsGet Text
- ggGroupName :: Lens' GroupsGet Text
REST Resource
type GroupsGetResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (Capture "groupName" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Group))))))) Source #
A resource alias for clouduseraccounts.groups.get
method which the
GroupsGet
request conforms to.
Creating a Request
Creates a value of GroupsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Returns the specified Group resource.
See: groupsGet
smart constructor.