Class GoogleCloudChannelV1ReportJob
The result of a RunReportJob operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ReportJob : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The resource name of a report job. Name uses the format:
accounts/{account_id}/reportJobs/{report_job_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportStatus
The current status of report generation.
Declaration
[JsonProperty("reportStatus")]
public virtual GoogleCloudChannelV1ReportStatus ReportStatus { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1ReportStatus |