Class BatchCreateUserLinksResponse
Response message for BatchCreateUserLinks RPC.
Inheritance
System.Object
BatchCreateUserLinksResponse
Implements
Google.Protobuf.IMessage<BatchCreateUserLinksResponse>
System.IEquatable<BatchCreateUserLinksResponse>
Google.Protobuf.IDeepCloneable<BatchCreateUserLinksResponse>
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 BatchCreateUserLinksResponse : IMessage<BatchCreateUserLinksResponse>, IEquatable<BatchCreateUserLinksResponse>, IDeepCloneable<BatchCreateUserLinksResponse>, IBufferMessage, IMessage
Constructors
BatchCreateUserLinksResponse()
Declaration
public BatchCreateUserLinksResponse()
BatchCreateUserLinksResponse(BatchCreateUserLinksResponse)
Declaration
public BatchCreateUserLinksResponse(BatchCreateUserLinksResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateUserLinksResponse | other |
Properties
UserLinks
The user links created.
Declaration
public RepeatedField<UserLink> UserLinks { get; }
Property Value
| Type | Description |
|---|---|
| Google.Protobuf.Collections.RepeatedField<UserLink> |