Show / Hide Table of Contents

Class AccountsResource.IssuesResource

The "issues" collection of methods.

Inheritance
object
AccountsResource.IssuesResource
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.accounts_v1beta
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.IssuesResource

Constructors

IssuesResource(IClientService)

Constructs a new resource.

Declaration
public IssuesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists all account issues of a Merchant Center account. When called on a multi-client account, this method only returns issues belonging to that account, not its sub-accounts. To retrieve issues for sub-accounts, you must first call the accounts.listSubaccounts method to obtain a list of sub-accounts, and then call accounts.issues.list for each sub-account individually.

Declaration
public virtual AccountsResource.IssuesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of issues. Format: accounts/{account}

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