Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails

Status information for a link proposal.

Inheritance
object
GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX