Class ListFirebaseLinksResponse
Response message for ListFirebaseLinks RPC
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class ListFirebaseLinksResponse : IMessage<ListFirebaseLinksResponse>, IEquatable<ListFirebaseLinksResponse>, IDeepCloneable<ListFirebaseLinksResponse>, IBufferMessage, IMessage, IPageResponse<FirebaseLink>, IEnumerable<FirebaseLink>, IEnumerable
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 |
---|---|
RepeatedField<FirebaseLink> |
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Currently, Google Analytics supports only one FirebaseLink per property,
so this will never be populated.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<FirebaseLink> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<FirebaseLink> |