Class OperationProgress
Information about operation progress.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.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 |
Stages
The stages of the operation.
Declaration
[JsonProperty("stages")]
public virtual IList<OperationStage> Stages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OperationStage> |