Class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
Status information for a link proposal.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkProposalInitiatingProduct
Output only. The source of this proposal.
Declaration
[JsonProperty("linkProposalInitiatingProduct")]
public virtual string LinkProposalInitiatingProduct { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkProposalState
Output only. The state of this proposal.
Declaration
[JsonProperty("linkProposalState")]
public virtual string LinkProposalState { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestorEmail
Output only. The email address of the user that proposed this linkage.
Declaration
[JsonProperty("requestorEmail")]
public virtual string RequestorEmail { get; set; }
Property Value
Type | Description |
---|---|
string |