Show / Hide Table of Contents

Class UpdateUserLinkRequest

Request message for UpdateUserLink RPC.

Inheritance
System.Object
UpdateUserLinkRequest
Implements
Google.Protobuf.IMessage<UpdateUserLinkRequest>
System.IEquatable<UpdateUserLinkRequest>
Google.Protobuf.IDeepCloneable<UpdateUserLinkRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateUserLinkRequest : IMessage<UpdateUserLinkRequest>, IEquatable<UpdateUserLinkRequest>, IDeepCloneable<UpdateUserLinkRequest>, IBufferMessage, IMessage

Constructors

UpdateUserLinkRequest()

Declaration
public UpdateUserLinkRequest()

UpdateUserLinkRequest(UpdateUserLinkRequest)

Declaration
public UpdateUserLinkRequest(UpdateUserLinkRequest other)
Parameters
Type Name Description
UpdateUserLinkRequest other

Properties

UserLink

Required. The user link to update.

Declaration
public UserLink UserLink { get; set; }
Property Value
Type Description
UserLink
Back to top