Google Analytics Admin V1beta Client - Class ProvisionAccountTicketRequest (0.27.0)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class ProvisionAccountTicketRequest.

Request message for ProvisionAccountTicket RPC.

Generated from protobuf message google.analytics.admin.v1beta.ProvisionAccountTicketRequest

Namespace

Google \ Analytics \ Admin \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ accountAccount

The account to create.

↳ redirect_uristring

Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Cloud Console as a Redirect URI.

getAccount

The account to create.

Returns
TypeDescription
Account|null

hasAccount

clearAccount

setAccount

The account to create.

Parameter
NameDescription
varAccount
Returns
TypeDescription
$this

getRedirectUri

Redirect URI where the user will be sent after accepting Terms of Service.

Must be configured in Cloud Console as a Redirect URI.

Returns
TypeDescription
string

setRedirectUri

Redirect URI where the user will be sent after accepting Terms of Service.

Must be configured in Cloud Console as a Redirect URI.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this