[Obsolete]
public sealed class ReportStatus : IMessage<ReportStatus>, IEquatable<ReportStatus>, IDeepCloneable<ReportStatus>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ReportStatus.
Status of a report generation process.
Implements
IMessageReportStatus, IEquatableReportStatus, IDeepCloneableReportStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ReportStatus()
public ReportStatus()ReportStatus(ReportStatus)
public ReportStatus(ReportStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportStatus |
Properties
EndTime
public Timestamp EndTime { get; set; }The report generation's completion time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
StartTime
public Timestamp StartTime { get; set; }The report generation's start time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public ReportStatus.Types.State State { get; set; }The current state of the report generation process.
| Property Value | |
|---|---|
| Type | Description |
ReportStatusTypesState |
|