Google Analytics Admin V1alpha Client - Class LinkProposalStatusDetails (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class LinkProposalStatusDetails.

Status information for a link proposal.

Generated from protobuf message google.analytics.admin.v1alpha.LinkProposalStatusDetails

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ link_proposal_initiating_product int

Output only. The source of this proposal.

↳ requestor_email string

Output only. The email address of the user that proposed this linkage.

↳ link_proposal_state int

Output only. The state of this proposal.

getLinkProposalInitiatingProduct

Output only. The source of this proposal.

Returns
TypeDescription
int

setLinkProposalInitiatingProduct

Output only. The source of this proposal.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRequestorEmail

Output only. The email address of the user that proposed this linkage.

Returns
TypeDescription
string

setRequestorEmail

Output only. The email address of the user that proposed this linkage.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLinkProposalState

Output only. The state of this proposal.

Returns
TypeDescription
int

setLinkProposalState

Output only. The state of this proposal.

Parameter
NameDescription
var int
Returns
TypeDescription
$this