Show / Hide Table of Contents

Class GoogleCloudChannelV1alpha1RunReportJobResponse

Response message for CloudChannelReportsService.RunReportJob.

Inheritance
object
GoogleCloudChannelV1alpha1RunReportJobResponse
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 GoogleCloudChannelV1alpha1RunReportJobResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ReportJob

Pass report_job.name to FetchReportResultsRequest.report_job to retrieve the report's results.

Declaration
[JsonProperty("reportJob")]
public virtual GoogleCloudChannelV1alpha1ReportJob ReportJob { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1ReportJob

ReportMetadata

The metadata for the report's results (display name, columns, row count, and date range). If you view this before the operation finishes, you may see incomplete data.

Declaration
[JsonProperty("reportMetadata")]
public virtual GoogleCloudChannelV1alpha1ReportResultsMetadata ReportMetadata { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1ReportResultsMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX