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 `ReportJob` class in the Google.Cloud.Channel.V1 namespace provides functionality related to report generation within the Cloud Channel v1 API."],["Version 2.14.0 is the latest available version of the `ReportJob` class, while other versions such as 2.13.0 down to 1.0.0 are accessible, offering various iterations of the same class."],["`ReportJob` class has a constructor that can create new instances and can also create new instances based off existing instances of the `ReportJob` class."],["The `ReportJob` class has a `Name` property, which represents the resource name of the report job in the format `accounts/{account_id}/reportJobs/{report_job_id}`."],["The `ReportJob` class has a `ReportStatus` property that shows the current status of report generation."]]],[]]