Show / Hide Table of Contents

Class BatchUpdateUserLinksResponse

Response message for BatchUpdateUserLinks RPC.

Inheritance
System.Object
BatchUpdateUserLinksResponse
Implements
Google.Protobuf.IMessage<BatchUpdateUserLinksResponse>
System.IEquatable<BatchUpdateUserLinksResponse>
Google.Protobuf.IDeepCloneable<BatchUpdateUserLinksResponse>
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 BatchUpdateUserLinksResponse : IMessage<BatchUpdateUserLinksResponse>, IEquatable<BatchUpdateUserLinksResponse>, IDeepCloneable<BatchUpdateUserLinksResponse>, IBufferMessage, IMessage

Constructors

BatchUpdateUserLinksResponse()

Declaration
public BatchUpdateUserLinksResponse()

BatchUpdateUserLinksResponse(BatchUpdateUserLinksResponse)

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

Properties

UserLinks

The user links updated.

Declaration
public RepeatedField<UserLink> UserLinks { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<UserLink>
Back to top