Class OperationProgress
Message describing the progress of a cluster mutation long-running operation. operation.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class OperationProgress : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Steps
Output only. Steps and status of the operation.
Declaration
[JsonProperty("steps")]
public virtual IList<OperationStep> Steps { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OperationStep> |