Class FetchReportResultRowsResponse
The response message for the fetch report result rows endpoint.
Implements
Inherited Members
Namespace: Google.Apis.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class FetchReportResultRowsResponse : IDirectResponseSchema
Properties
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
[JsonProperty("dateRanges")]
public virtual IList<FixedDateRange> DateRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FixedDateRange> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rows
Up to page_size rows of report data.
Declaration
[JsonProperty("rows")]
public virtual IList<Row> Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Row> |
RunTime
object representation of RunTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RunTimeDateTimeOffset instead.")]
public virtual object RunTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
RunTimeDateTimeOffset
DateTimeOffset representation of RunTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RunTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
RunTimeRaw
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
[JsonProperty("runTime")]
public virtual string RunTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
[JsonProperty("totalRowCount")]
public virtual int? TotalRowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |