gogol-apps-reseller-0.4.0: Google Enterprise Apps Reseller 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.Reseller.Resellernotify.Getwatchdetails

Contents

Description

Returns all the details of the watch corresponding to the reseller.

See: Enterprise Apps Reseller API Reference for reseller.resellernotify.getwatchdetails.

Synopsis

REST Resource

type ResellernotifyGetwatchdetailsResource = "apps" :> ("reseller" :> ("v1" :> ("resellernotify" :> ("getwatchdetails" :> (QueryParam "alt" AltJSON :> Get '[JSON] ResellernotifyGetwatchdetailsResponse))))) Source #

A resource alias for reseller.resellernotify.getwatchdetails method which the ResellernotifyGetwatchdetails request conforms to.

Creating a Request

resellernotifyGetwatchdetails :: ResellernotifyGetwatchdetails Source #

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

data ResellernotifyGetwatchdetails Source #

Returns all the details of the watch corresponding to the reseller.

See: resellernotifyGetwatchdetails smart constructor.

Instances
Eq ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails

Data ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails

Methods

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

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

toConstr :: ResellernotifyGetwatchdetails -> Constr #

dataTypeOf :: ResellernotifyGetwatchdetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails

Generic ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails

Associated Types

type Rep ResellernotifyGetwatchdetails :: Type -> Type #

GoogleRequest ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails

type Rep ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails

type Rep ResellernotifyGetwatchdetails = D1 (MetaData "ResellernotifyGetwatchdetails" "Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails" "gogol-apps-reseller-0.4.0-KDuipGWXeWG9naMHX80l3C" False) (C1 (MetaCons "ResellernotifyGetwatchdetails'" PrefixI False) (U1 :: Type -> Type))
type Scopes ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails

type Scopes ResellernotifyGetwatchdetails = "https://www.googleapis.com/auth/apps.order" ': ("https://www.googleapis.com/auth/apps.order.readonly" ': ([] :: [Symbol]))
type Rs ResellernotifyGetwatchdetails Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Resellernotify.Getwatchdetails