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 |
Retrieve Group
See: Admin Directory API Reference for directory.groups.get
.
REST Resource
type GroupsGetResource = "admin" :> ("directory" :> ("v1" :> ("groups" :> (Capture "groupKey" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Group))))) Source #
A resource alias for directory.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:
Retrieve Group
See: groupsGet
smart constructor.
Instances
Eq GroupsGet Source # | |
Data GroupsGet Source # | |
Defined in Network.Google.Resource.Directory.Groups.Get gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GroupsGet -> c GroupsGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GroupsGet # toConstr :: GroupsGet -> Constr # dataTypeOf :: GroupsGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GroupsGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GroupsGet) # gmapT :: (forall b. Data b => b -> b) -> GroupsGet -> GroupsGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GroupsGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GroupsGet -> r # gmapQ :: (forall d. Data d => d -> u) -> GroupsGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> GroupsGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> GroupsGet -> m GroupsGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GroupsGet -> m GroupsGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GroupsGet -> m GroupsGet # | |
Show GroupsGet Source # | |
Generic GroupsGet Source # | |
GoogleRequest GroupsGet Source # | |
type Rep GroupsGet Source # | |
Defined in Network.Google.Resource.Directory.Groups.Get | |
type Scopes GroupsGet Source # | |
Defined in Network.Google.Resource.Directory.Groups.Get | |
type Rs GroupsGet Source # | |
Defined in Network.Google.Resource.Directory.Groups.Get |