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 |
Get information about an ASP issued by a user.
See: Admin Directory API Reference for directory.asps.get
.
Synopsis
- type AspsGetResource = "admin" :> ("directory" :> ("v1" :> ("users" :> (Capture "userKey" Text :> ("asps" :> (Capture "codeId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Asp)))))))
- aspsGet :: Int32 -> Text -> AspsGet
- data AspsGet
- agCodeId :: Lens' AspsGet Int32
- agUserKey :: Lens' AspsGet Text
REST Resource
type AspsGetResource = "admin" :> ("directory" :> ("v1" :> ("users" :> (Capture "userKey" Text :> ("asps" :> (Capture "codeId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Asp))))))) Source #
A resource alias for directory.asps.get
method which the
AspsGet
request conforms to.
Creating a Request
Get information about an ASP issued by a user.
See: aspsGet
smart constructor.
Instances
Eq AspsGet Source # | |
Data AspsGet Source # | |
Defined in Network.Google.Resource.Directory.Asps.Get gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AspsGet -> c AspsGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AspsGet # toConstr :: AspsGet -> Constr # dataTypeOf :: AspsGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AspsGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AspsGet) # gmapT :: (forall b. Data b => b -> b) -> AspsGet -> AspsGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AspsGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AspsGet -> r # gmapQ :: (forall d. Data d => d -> u) -> AspsGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> AspsGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> AspsGet -> m AspsGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AspsGet -> m AspsGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AspsGet -> m AspsGet # | |
Show AspsGet Source # | |
Generic AspsGet Source # | |
GoogleRequest AspsGet Source # | |
type Rep AspsGet Source # | |
Defined in Network.Google.Resource.Directory.Asps.Get type Rep AspsGet = D1 (MetaData "AspsGet" "Network.Google.Resource.Directory.Asps.Get" "gogol-admin-directory-0.4.0-18Kt4WHsDGO3AIyYatQRRN" False) (C1 (MetaCons "AspsGet'" PrefixI True) (S1 (MetaSel (Just "_agCodeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)) :*: S1 (MetaSel (Just "_agUserKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) | |
type Scopes AspsGet Source # | |
Defined in Network.Google.Resource.Directory.Asps.Get | |
type Rs AspsGet Source # | |
Defined in Network.Google.Resource.Directory.Asps.Get |