Show / Hide Table of Contents

Class LinkProposalStatusDetails

Status information for a link proposal.

Inheritance
object
LinkProposalStatusDetails
Implements
IMessage<LinkProposalStatusDetails>
IEquatable<LinkProposalStatusDetails>
IDeepCloneable<LinkProposalStatusDetails>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX