Class Google_Service_Directory_Domains_Resource
The "domains" collection of methods. Typical usage is:
$adminService = new Google_Service_Directory(...); $domains = $adminService->domains;
- Google_Service_Resource
-
Google_Service_Directory_Domains_Resource
Located at Directory.php
public
|
#
delete( string $customer, string $domainName, array $optParams = array() )
Deletes a domain of the customer. (domains.delete) |
public
|
#
get( string $customer, string $domainName, array $optParams = array() )
Retrieves a domain of the customer. (domains.get) |
public
|
#
insert( string $customer,
Inserts a domain of the customer. (domains.insert) |
public
|
#
listDomains( string $customer, array $optParams = array() )
Lists the domains of the customer. (domains.listDomains) |