Show / Hide Table of Contents

Class AccountsResource.AggregateProductStatusesResource

The "aggregateProductStatuses" collection of methods.

Inheritance
object
AccountsResource.AggregateProductStatusesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: accounts/{account}

Returns
Type Description
AccountsResource.AggregateProductStatusesResource.ListRequest
In this article
Back to top Generated by DocFX