Class ListImpressionMetricsResponse
Response message for listing the metrics that are measured in number of impressions.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class ListImpressionMetricsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImpressionMetricsRows
List of rows, each containing a set of impression metrics.
Declaration
[JsonProperty("impressionMetricsRows")]
public virtual IList<ImpressionMetricsRow> ImpressionMetricsRows { get; set; }
Property Value
Type | Description |
---|---|
IList<ImpressionMetricsRow> |
NextPageToken
A token to retrieve the next page of results. Pass this value in the ListImpressionMetricsRequest.pageToken field in the subsequent call to the impressionMetrics.list method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |