class Provisioning extends Resource (View source)

The "provisioning" collection of methods.

Typical usage is:

 $analyticsService = new Google\Service\Analytics(...);
 $provisioning = $analyticsService->provisioning;

Methods

createAccountTicket(AccountTicket $postBody, array $optParams = [])

Creates an account ticket. (provisioning.createAccountTicket)

createAccountTree(AccountTreeRequest $postBody, array $optParams = [])

Provision account. (provisioning.createAccountTree)

Details

AccountTicket createAccountTicket(AccountTicket $postBody, array $optParams = [])

Creates an account ticket. (provisioning.createAccountTicket)

Parameters

AccountTicket $postBody
array $optParams

Optional parameters.

Return Value

AccountTicket

Exceptions

Exception

AccountTreeResponse createAccountTree(AccountTreeRequest $postBody, array $optParams = [])

Provision account. (provisioning.createAccountTree)

Parameters

AccountTreeRequest $postBody
array $optParams

Optional parameters.

Return Value

AccountTreeResponse

Exceptions

Exception