Class LinkProposalStatusDetails
Status information for a link proposal.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class LinkProposalStatusDetails : IMessage<LinkProposalStatusDetails>, IEquatable<LinkProposalStatusDetails>, IDeepCloneable<LinkProposalStatusDetails>, IBufferMessage, IMessage
Constructors
LinkProposalStatusDetails()
Declaration
public LinkProposalStatusDetails()
LinkProposalStatusDetails(LinkProposalStatusDetails)
Declaration
public LinkProposalStatusDetails(LinkProposalStatusDetails other)
Parameters
Type | Name | Description |
---|---|---|
LinkProposalStatusDetails | other |
Properties
LinkProposalInitiatingProduct
Output only. The source of this proposal.
Declaration
public LinkProposalInitiatingProduct LinkProposalInitiatingProduct { get; set; }
Property Value
Type | Description |
---|---|
LinkProposalInitiatingProduct |
LinkProposalState
Output only. The state of this proposal.
Declaration
public LinkProposalState LinkProposalState { get; set; }
Property Value
Type | Description |
---|---|
LinkProposalState |
RequestorEmail
Output only. The email address of the user that proposed this linkage.
Declaration
public string RequestorEmail { get; set; }
Property Value
Type | Description |
---|---|
string |