Cloud Channel v1 API - Class RunReportJobResponse (2.11.0)

[Obsolete]
public sealed class RunReportJobResponse : IMessage<RunReportJobResponse>, IEquatable<RunReportJobResponse>, IDeepCloneable<RunReportJobResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class RunReportJobResponse.

Response message for [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].

Inheritance

object > RunReportJobResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

RunReportJobResponse()

public RunReportJobResponse()

RunReportJobResponse(RunReportJobResponse)

public RunReportJobResponse(RunReportJobResponse other)
Parameter
NameDescription
otherRunReportJobResponse

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
TypeDescription
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
TypeDescription
ReportResultsMetadata