Class PreviewFeatureRolloutOperation
Represents the rollout operation
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class PreviewFeatureRolloutOperation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RolloutInput
Input only. The input for the rollout operation.
Declaration
[JsonProperty("rolloutInput")]
public virtual PreviewFeatureRolloutOperationRolloutInput RolloutInput { get; set; }
Property Value
| Type | Description |
|---|---|
| PreviewFeatureRolloutOperationRolloutInput |