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 |
Get a customer account.
See: Enterprise Apps Reseller API Reference for reseller.customers.get
.
Synopsis
- type CustomersGetResource = "apps" :> ("reseller" :> ("v1" :> ("customers" :> (Capture "customerId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Customer)))))
- customersGet :: Text -> CustomersGet
- data CustomersGet
- cgCustomerId :: Lens' CustomersGet Text
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
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
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.