Show / Hide Table of Contents

Class AccountsResource.ReportsResource

The "reports" collection of methods.

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

Constructors

ReportsResource(IClientService)

Constructs a new resource.

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

Methods

Search(SearchRequest, string)

Retrieves a report defined by a search query. The response might contain fewer rows than specified by page_size. Rely on next_page_token to determine if there are more rows to be requested.

Declaration
public virtual AccountsResource.ReportsResource.SearchRequest Search(SearchRequest body, string parent)
Parameters
Type Name Description
SearchRequest body

The body of the request.

string parent

Required. Id of the account making the call. Must be a standalone account or an MCA subaccount. Format: accounts/{account}

Returns
Type Description
AccountsResource.ReportsResource.SearchRequest
In this article
Back to top Generated by DocFX