gogol-apps-reseller-0.0.1: Google Enterprise Apps Reseller SDK.

Copyright(c) 2015 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

Gets a customer resource if one exists and is owned by the reseller.

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

Gets a customer resource if one exists and is owned by the reseller.

See: customersGet smart constructor.

Request Lenses