Show / Hide Table of Contents

Class ListAudienceExportsRequest

A request to list all audience exports for a property.

Inheritance
object
ListAudienceExportsRequest
Implements
IMessage<ListAudienceExportsRequest>
IEquatable<ListAudienceExportsRequest>
IDeepCloneable<ListAudienceExportsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class ListAudienceExportsRequest : IMessage<ListAudienceExportsRequest>, IEquatable<ListAudienceExportsRequest>, IDeepCloneable<ListAudienceExportsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListAudienceExportsRequest()

Declaration
public ListAudienceExportsRequest()

ListAudienceExportsRequest(ListAudienceExportsRequest)

Declaration
public ListAudienceExportsRequest(ListAudienceExportsRequest other)
Parameters
Type Name Description
ListAudienceExportsRequest other

Properties

PageSize

Optional. The maximum number of audience exports to return. The service may return fewer than this value. If unspecified, at most 200 audience exports will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous ListAudienceExports call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAudienceExports must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. All audience exports for this property will be listed in the response. Format: properties/{property}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsPropertyName

PropertyName-typed view over the Parent resource name property.

Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type Description
PropertyName
In this article
Back to top Generated by DocFX