Class ListExpandedDataSetsResponse
Response message for ListExpandedDataSets RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListExpandedDataSetsResponse : IMessage<ListExpandedDataSetsResponse>, IEquatable<ListExpandedDataSetsResponse>, IDeepCloneable<ListExpandedDataSetsResponse>, IBufferMessage, IMessage, IPageResponse<ExpandedDataSet>, IEnumerable<ExpandedDataSet>, IEnumerable
Constructors
ListExpandedDataSetsResponse()
Declaration
public ListExpandedDataSetsResponse()
ListExpandedDataSetsResponse(ListExpandedDataSetsResponse)
Declaration
public ListExpandedDataSetsResponse(ListExpandedDataSetsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListExpandedDataSetsResponse | other |
Properties
ExpandedDataSets
List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.
Declaration
public RepeatedField<ExpandedDataSet> ExpandedDataSets { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ExpandedDataSet> |
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
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<ExpandedDataSet> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<ExpandedDataSet> |