Class ListPropertiesResponse
Response message for ListProperties RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListPropertiesResponse : IMessage<ListPropertiesResponse>, IEquatable<ListPropertiesResponse>, IDeepCloneable<ListPropertiesResponse>, IBufferMessage, IMessage, IPageResponse<Property>, IEnumerable<Property>, IEnumerable
Constructors
ListPropertiesResponse()
Declaration
public ListPropertiesResponse()
ListPropertiesResponse(ListPropertiesResponse)
Declaration
public ListPropertiesResponse(ListPropertiesResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListPropertiesResponse | other |
Properties
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.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Properties
Results that matched the filter criteria and were accessible to the caller.
Declaration
public RepeatedField<Property> Properties { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Property> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Property> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Property> |