Show / Hide Table of Contents

Class ListAudienceExportsResponse

A list of all audience exports for a property.

Inheritance
object
ListAudienceExportsResponse
Implements
IMessage<ListAudienceExportsResponse>
IEquatable<ListAudienceExportsResponse>
IDeepCloneable<ListAudienceExportsResponse>
IBufferMessage
IMessage
IPageResponse<AudienceExport>
IEnumerable<AudienceExport>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageResponse<TResource>.NextPageToken

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<AudienceExport> GetEnumerator()
Returns
Type Description
IEnumerator<AudienceExport>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX