Class ListAudienceExportsRequest
A request to list all audience exports for a property.
Implements
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
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
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 |