Class ListAggregateProductStatusesRequest
Request message for the ListAggregateProductStatuses method.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1Beta
Assembly: Google.Shopping.Merchant.IssueResolution.V1Beta.dll
Syntax
public sealed class ListAggregateProductStatusesRequest : IMessage<ListAggregateProductStatusesRequest>, IEquatable<ListAggregateProductStatusesRequest>, IDeepCloneable<ListAggregateProductStatusesRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListAggregateProductStatusesRequest()
Declaration
public ListAggregateProductStatusesRequest()
ListAggregateProductStatusesRequest(ListAggregateProductStatusesRequest)
Declaration
public ListAggregateProductStatusesRequest(ListAggregateProductStatusesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAggregateProductStatusesRequest | other |
Properties
Filter
Optional. A filter expression that filters the aggregate product statuses.
Filtering is only supported by the reporting_context and country field.
For example: reporting_context = "SHOPPING_ADS" AND country = "US".
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Optional. The maximum number of aggregate product statuses to return. The service may return fewer than this value. If unspecified, at most 25 aggregate product statuses are returned. The maximum value is 250; values above 250 are coerced to 250.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
Optional. A page token, received from a previous
ListAggregateProductStatuses call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListAggregateProductStatuses must match the call that provided the page
token.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. The account to list aggregate product statuses for.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountName |