[Obsolete]
public sealed class RunReportJobResponse : IMessage<RunReportJobResponse>, IEquatable<RunReportJobResponse>, IDeepCloneable<RunReportJobResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class RunReportJobResponse.
Response message for [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
Implements
IMessageRunReportJobResponse, IEquatableRunReportJobResponse, IDeepCloneableRunReportJobResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
RunReportJobResponse()
public RunReportJobResponse()RunReportJobResponse(RunReportJobResponse)
public RunReportJobResponse(RunReportJobResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
RunReportJobResponse |
Properties
ReportJob
[Obsolete]
public ReportJob ReportJob { get; set; }Pass report_job.name to
[FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job]
to retrieve the report's results.
| Property Value | |
|---|---|
| Type | Description |
ReportJob |
|
ReportMetadata
[Obsolete]
public ReportResultsMetadata ReportMetadata { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
ReportResultsMetadata |
|