Class ListAudienceExportsResponse
A list of all audience exports for a property.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class ListAudienceExportsResponse : IMessage<ListAudienceExportsResponse>, IEquatable<ListAudienceExportsResponse>, IDeepCloneable<ListAudienceExportsResponse>, IBufferMessage, IMessage, IPageResponse<AudienceExport>, IEnumerable<AudienceExport>, IEnumerable
Constructors
ListAudienceExportsResponse()
Declaration
public ListAudienceExportsResponse()
ListAudienceExportsResponse(ListAudienceExportsResponse)
Declaration
public ListAudienceExportsResponse(ListAudienceExportsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListAudienceExportsResponse | other |
Properties
AudienceExports
Each audience export for a property.
Declaration
public RepeatedField<AudienceExport> AudienceExports { get; }
Property Value
Type | Description |
---|---|
RepeatedField<AudienceExport> |
HasNextPageToken
Gets whether the "next_page_token" field is set
Declaration
public bool HasNextPageToken { get; }
Property Value
Type | Description |
---|---|
bool |
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<AudienceExport> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<AudienceExport> |