public sealed class ReportJob : IMessage<ReportJob>, IEquatable<ReportJob>, IDeepCloneable<ReportJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ReportJob.
The result of a [RunReportJob][] operation. Contains the name to use in
[FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job] and the status of the operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `ReportJob` class within the Google Cloud Channel v1 API is 2.14.0, and multiple previous versions, ranging from 2.13.0 to 1.0.0, are also documented."],["The `ReportJob` class, part of the `Google.Cloud.Channel.V1` namespace, is a sealed class that provides the result of a `RunReportJob` operation."],["The `ReportJob` class implements several interfaces, including `IMessage\u003cReportJob\u003e`, `IEquatable\u003cReportJob\u003e`, `IDeepCloneable\u003cReportJob\u003e`, `IBufferMessage`, and `IMessage`."],["The class has properties such as `Name`, `ReportJobName`, and `ReportStatus` that provide details about the report job, including its resource name and current status."],["The `ReportJob` class includes two constructors: a default constructor and one that accepts another `ReportJob` instance as a parameter."]]],[]]