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 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
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
Request Lenses
slCustomerId :: Lens' SchemasList Text Source #
Immutable ID of the G Suite account