Class AgenciesResource.ReportsResource.ResultsResource
The "results" collection of methods.
Inherited Members
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:
|
Returns
| Type | Description |
|---|---|
| AgenciesResource.ReportsResource.ResultsResource.FetchRowsRequest |