gogol-admin-directory-0.1.1: Google Admin Directory SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Directory.ChromeosDevices.List

Contents

Description

Retrieve all Chrome OS Devices of a customer (paginated)

See: Admin Directory API Reference for directory.chromeosdevices.list.

Synopsis

REST Resource

type ChromeosDevicesListResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customerId" Text :> ("devices" :> ("chromeos" :> (QueryParam "orderBy" ChromeosDevicesListOrderBy :> (QueryParam "sortOrder" ChromeosDevicesListSortOrder :> (QueryParam "query" Text :> (QueryParam "projection" ChromeosDevicesListProjection :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ChromeOSDevices))))))))))))) Source #

A resource alias for directory.chromeosdevices.list method which the ChromeosDevicesList request conforms to.

Creating a Request

chromeosDevicesList Source #

Creates a value of ChromeosDevicesList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ChromeosDevicesList Source #

Retrieve all Chrome OS Devices of a customer (paginated)

See: chromeosDevicesList smart constructor.

Instances

Eq ChromeosDevicesList Source # 
Data ChromeosDevicesList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChromeosDevicesList -> c ChromeosDevicesList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChromeosDevicesList #

toConstr :: ChromeosDevicesList -> Constr #

dataTypeOf :: ChromeosDevicesList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ChromeosDevicesList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChromeosDevicesList) #

gmapT :: (forall b. Data b => b -> b) -> ChromeosDevicesList -> ChromeosDevicesList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChromeosDevicesList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChromeosDevicesList -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChromeosDevicesList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChromeosDevicesList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChromeosDevicesList -> m ChromeosDevicesList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChromeosDevicesList -> m ChromeosDevicesList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChromeosDevicesList -> m ChromeosDevicesList #

Show ChromeosDevicesList Source # 
Generic ChromeosDevicesList Source # 
GoogleRequest ChromeosDevicesList Source # 
type Rep ChromeosDevicesList Source # 
type Scopes ChromeosDevicesList Source # 
type Scopes ChromeosDevicesList = (:) Symbol "https://www.googleapis.com/auth/admin.directory.device.chromeos" ((:) Symbol "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly" ([] Symbol))
type Rs ChromeosDevicesList Source # 

Request Lenses

cdlCustomerId :: Lens' ChromeosDevicesList Text Source #

Immutable id of the Google Apps account

cdlSortOrder :: Lens' ChromeosDevicesList (Maybe ChromeosDevicesListSortOrder) Source #

Whether to return results in ascending or descending order. Only of use when orderBy is also used

cdlQuery :: Lens' ChromeosDevicesList (Maybe Text) Source #

Search string in the format given at http://support.google.com/chromeos/a/bin/answer.py?hl=en&answer=1698333

cdlProjection :: Lens' ChromeosDevicesList (Maybe ChromeosDevicesListProjection) Source #

Restrict information returned to a set of selected fields.

cdlPageToken :: Lens' ChromeosDevicesList (Maybe Text) Source #

Token to specify next page in the list

cdlMaxResults :: Lens' ChromeosDevicesList (Maybe Int32) Source #

Maximum number of results to return. Default is 100