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.Customers.Get

Contents

Description

Get a customer account.

See: Enterprise Apps Reseller API Reference for reseller.customers.get.

Synopsis

REST Resource

type CustomersGetResource = "apps" :> ("reseller" :> ("v1" :> ("customers" :> (Capture "customerId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Customer))))) Source #

A resource alias for reseller.customers.get method which the CustomersGet request conforms to.

Creating a Request

customersGet Source #

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

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

data CustomersGet Source #

Get a customer account.

See: customersGet smart constructor.

Instances
Eq CustomersGet Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Customers.Get

Data CustomersGet Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Customers.Get

Methods

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

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

toConstr :: CustomersGet -> Constr #

dataTypeOf :: CustomersGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CustomersGet Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Customers.Get

Generic CustomersGet Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Customers.Get

Associated Types

type Rep CustomersGet :: Type -> Type #

GoogleRequest CustomersGet Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Customers.Get

Associated Types

type Rs CustomersGet :: Type #

type Scopes CustomersGet :: [Symbol] #

type Rep CustomersGet Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Customers.Get

type Rep CustomersGet = D1 (MetaData "CustomersGet" "Network.Google.Resource.Reseller.Customers.Get" "gogol-apps-reseller-0.4.0-KDuipGWXeWG9naMHX80l3C" True) (C1 (MetaCons "CustomersGet'" PrefixI True) (S1 (MetaSel (Just "_cgCustomerId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes CustomersGet Source # 
Instance details

Defined in Network.Google.Resource.Reseller.Customers.Get

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

Defined in Network.Google.Resource.Reseller.Customers.Get

Request Lenses

cgCustomerId :: Lens' CustomersGet Text Source #

Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates.