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 |
Network.Google.Resource.Directory.Schemas.List
Description
Retrieve all schemas for a customer
See: Admin Directory API Reference for directory.schemas.list
.
Synopsis
- type SchemasListResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customerId" Text :> ("schemas" :> (QueryParam "alt" AltJSON :> Get '[JSON] Schemas))))))
- schemasList :: Text -> SchemasList
- data SchemasList
- slCustomerId :: Lens' SchemasList Text
REST Resource
type SchemasListResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customerId" Text :> ("schemas" :> (QueryParam "alt" AltJSON :> Get '[JSON] Schemas)))))) Source #
A resource alias for directory.schemas.list
method which the
SchemasList
request conforms to.
Creating a Request
Arguments
:: Text | |
-> SchemasList |
Creates a value of SchemasList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SchemasList Source #
Retrieve all schemas for a customer
See: schemasList
smart constructor.
Instances
Eq SchemasList Source # | |
Data SchemasList Source # | |
Defined in Network.Google.Resource.Directory.Schemas.List Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SchemasList -> c SchemasList # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SchemasList # toConstr :: SchemasList -> Constr # dataTypeOf :: SchemasList -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SchemasList) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SchemasList) # gmapT :: (forall b. Data b => b -> b) -> SchemasList -> SchemasList # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SchemasList -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SchemasList -> r # gmapQ :: (forall d. Data d => d -> u) -> SchemasList -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SchemasList -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SchemasList -> m SchemasList # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SchemasList -> m SchemasList # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SchemasList -> m SchemasList # | |
Show SchemasList Source # | |
Defined in Network.Google.Resource.Directory.Schemas.List Methods showsPrec :: Int -> SchemasList -> ShowS # show :: SchemasList -> String # showList :: [SchemasList] -> ShowS # | |
Generic SchemasList Source # | |
Defined in Network.Google.Resource.Directory.Schemas.List Associated Types type Rep SchemasList :: Type -> Type # | |
GoogleRequest SchemasList Source # | |
Defined in Network.Google.Resource.Directory.Schemas.List Methods requestClient :: SchemasList -> GClient (Rs SchemasList) # | |
type Rep SchemasList Source # | |
Defined in Network.Google.Resource.Directory.Schemas.List type Rep SchemasList = D1 (MetaData "SchemasList" "Network.Google.Resource.Directory.Schemas.List" "gogol-admin-directory-0.4.0-18Kt4WHsDGO3AIyYatQRRN" True) (C1 (MetaCons "SchemasList'" PrefixI True) (S1 (MetaSel (Just "_slCustomerId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) | |
type Scopes SchemasList Source # | |
Defined in Network.Google.Resource.Directory.Schemas.List type Scopes SchemasList = "https://www.googleapis.com/auth/admin.directory.userschema" ': ("https://www.googleapis.com/auth/admin.directory.userschema.readonly" ': ([] :: [Symbol])) | |
type Rs SchemasList Source # | |
Request Lenses
slCustomerId :: Lens' SchemasList Text Source #
Immutable ID of the G Suite account