Show / Hide Table of Contents

Class BatchGetUserLinksResponse

Response message for BatchGetUserLinks RPC.

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

Constructors

BatchGetUserLinksResponse()

Declaration
public BatchGetUserLinksResponse()

BatchGetUserLinksResponse(BatchGetUserLinksResponse)

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

Properties

UserLinks

The requested user links.

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