| Copyright | (c) 2015 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 |
Network.Google.Resource.Reseller.Customers.Get
Description
Gets a customer resource if one exists and is owned by the reseller.
See: Enterprise Apps Reseller API Reference for reseller.customers.get.
- 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
Arguments
| :: Text | |
| -> CustomersGet |
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
cgCustomerId :: Lens' CustomersGet Text Source
Id of the Customer