Class FetchReportResultRowsResponse
The response message for the fetch report result rows endpoint.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class FetchReportResultRowsResponse : IMessage<FetchReportResultRowsResponse>, IEquatable<FetchReportResultRowsResponse>, IDeepCloneable<FetchReportResultRowsResponse>, IBufferMessage, IMessage, IPageResponse<Report.Types.DataTable.Types.Row>, IEnumerable<Report.Types.DataTable.Types.Row>, IEnumerable
Constructors
FetchReportResultRowsResponse()
Declaration
public FetchReportResultRowsResponse()
FetchReportResultRowsResponse(FetchReportResultRowsResponse)
Declaration
public FetchReportResultRowsResponse(FetchReportResultRowsResponse other)
Parameters
Type | Name | Description |
---|---|---|
FetchReportResultRowsResponse | other |
Properties
ComparisonDateRanges
The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
Declaration
public RepeatedField<Report.Types.DateRange.Types.FixedDateRange> ComparisonDateRanges { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Report.Types.DateRange.Types.FixedDateRange> |
DateRanges
The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
Declaration
public RepeatedField<Report.Types.DateRange.Types.FixedDateRange> DateRanges { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Report.Types.DateRange.Types.FixedDateRange> |
NextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Rows
Up to page_size
rows of report data.
Declaration
public RepeatedField<Report.Types.DataTable.Types.Row> Rows { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Report.Types.DataTable.Types.Row> |
RunTime
The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.
Declaration
public Timestamp RunTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
TotalRowCount
The total number of rows available from this report. Useful for pagination. Only returned with the first page of results (when page_token is not included in the request).
Declaration
public int TotalRowCount { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Report.Types.DataTable.Types.Row> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Report.Types.DataTable.Types.Row> |