Class AccountsResource.AggregateProductStatusesResource
The "aggregateProductStatuses" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1
Assembly: Google.Apis.Merchant.issueresolution_v1.dll
Syntax
public class AccountsResource.AggregateProductStatusesResource
Constructors
AggregateProductStatusesResource(IClientService)
Constructs a new resource.
Declaration
public AggregateProductStatusesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists the AggregateProductStatuses resources for your merchant account. The response might contain
fewer items than specified by pageSize. If pageToken was returned in previous request, it can be
used to obtain additional results.
Declaration
public virtual AccountsResource.AggregateProductStatusesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The account to list aggregate product statuses for. Format: |
Returns
| Type | Description |
|---|---|
| AccountsResource.AggregateProductStatusesResource.ListRequest |