Class GoogleCloudChannelV1alpha1RunReportJobResponse
Response message for CloudChannelReportsService.RunReportJob.
Implements
Inherited Members
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 |