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 |
Lists the domains of the customer.
See: Admin Directory API Reference for directory.domains.list
.
Synopsis
- type DomainsListResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customer" Text :> ("domains" :> (QueryParam "alt" AltJSON :> Get '[JSON] Domains2))))))
- domainsList :: Text -> DomainsList
- data DomainsList
- dlCustomer :: Lens' DomainsList Text
REST Resource
type DomainsListResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customer" Text :> ("domains" :> (QueryParam "alt" AltJSON :> Get '[JSON] Domains2)))))) Source #
A resource alias for directory.domains.list
method which the
DomainsList
request conforms to.
Creating a Request
Creates a value of DomainsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DomainsList Source #
Lists the domains of the customer.
See: domainsList
smart constructor.
Instances
Request Lenses
dlCustomer :: Lens' DomainsList Text Source #
Immutable ID of the G Suite account.