Show / Hide Table of Contents

Class AgenciesResource.ReportsResource.ResultsResource

The "results" collection of methods.

Inheritance
object
AgenciesResource.ReportsResource.ResultsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AgenciesAndBrands.v1
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class AgenciesResource.ReportsResource.ResultsResource

Constructors

ResultsResource(IClientService)

Constructs a new resource.

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

Methods

FetchRows(string)

Returns the result rows from a completed report. The caller must have previously called RunReport and waited for that operation to complete. The rows will be returned according to the order specified by the sorts member of the report definition.

Declaration
public virtual AgenciesResource.ReportsResource.ResultsResource.FetchRowsRequest FetchRows(string name)
Parameters
Type Name Description
string name

The report result being fetched. Format: agencies/{account_id}/reports/{report_id}/results/{report_result_id}

Returns
Type Description
AgenciesResource.ReportsResource.ResultsResource.FetchRowsRequest
In this article
Back to top Generated by DocFX