Show / Hide Table of Contents

Class GoogleCloudChannelV1alpha1ReportResultsMetadata

The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.

Inheritance
object
GoogleCloudChannelV1alpha1ReportResultsMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1alpha1ReportResultsMetadata : IDirectResponseSchema

Properties

DateRange

The date range of reported usage.

Declaration
[JsonProperty("dateRange")]
public virtual GoogleCloudChannelV1alpha1DateRange DateRange { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1DateRange

ETag

The ETag of the item.

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

PrecedingDateRange

The usage dates immediately preceding date_range with the same duration. Use this to calculate trending usage and costs. This is only populated if you request trending data. For example, if date_range is July 1-15, preceding_date_range will be June 16-30.

Declaration
[JsonProperty("precedingDateRange")]
public virtual GoogleCloudChannelV1alpha1DateRange PrecedingDateRange { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1DateRange

Report

Details of the completed report.

Declaration
[JsonProperty("report")]
public virtual GoogleCloudChannelV1alpha1Report Report { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1Report

RowCount

The total number of rows of data in the final report.

Declaration
[JsonProperty("rowCount")]
public virtual long? RowCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX