Show / Hide Table of Contents

Class FetchReportResultRowsRequest

The request message for the fetch report result rows endpoint.

Inheritance
object
FetchReportResultRowsRequest
Implements
IMessage<FetchReportResultRowsRequest>
IEquatable<FetchReportResultRowsRequest>
IDeepCloneable<FetchReportResultRowsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class FetchReportResultRowsRequest : IMessage<FetchReportResultRowsRequest>, IEquatable<FetchReportResultRowsRequest>, IDeepCloneable<FetchReportResultRowsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

FetchReportResultRowsRequest()

Declaration
public FetchReportResultRowsRequest()

FetchReportResultRowsRequest(FetchReportResultRowsRequest)

Declaration
public FetchReportResultRowsRequest(FetchReportResultRowsRequest other)
Parameters
Type Name Description
FetchReportResultRowsRequest other

Properties

Name

The report result being fetched. Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values above 10,000 will be reduced to 10,000.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous FetchReportResultRows call. Provide this to retrieve the second and subsequent batches of rows.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken
In this article
Back to top Generated by DocFX