Show / Hide Table of Contents

Class GoogleCloudChannelV1ReportJob

The result of a RunReportJob operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.

Inheritance
object
GoogleCloudChannelV1ReportJob
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX