Class ListFirebaseLinksResponse
Response message for ListFirebaseLinks RPC
Inheritance
System.Object
ListFirebaseLinksResponse
Implements
Google.Protobuf.IMessage<ListFirebaseLinksResponse>
System.IEquatable<ListFirebaseLinksResponse>
Google.Protobuf.IDeepCloneable<ListFirebaseLinksResponse>
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 ListFirebaseLinksResponse : IMessage<ListFirebaseLinksResponse>, IEquatable<ListFirebaseLinksResponse>, IDeepCloneable<ListFirebaseLinksResponse>, IBufferMessage, IMessage
Constructors
ListFirebaseLinksResponse()
Declaration
public ListFirebaseLinksResponse()
ListFirebaseLinksResponse(ListFirebaseLinksResponse)
Declaration
public ListFirebaseLinksResponse(ListFirebaseLinksResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListFirebaseLinksResponse | other |
Properties
FirebaseLinks
List of FirebaseLinks. This will have at most one value.
Declaration
public RepeatedField<FirebaseLink> FirebaseLinks { get; }
Property Value
| Type | Description |
|---|---|
| Google.Protobuf.Collections.RepeatedField<FirebaseLink> |