Class PreviewFeatureRolloutOperation
Represents the rollout operation
Inheritance
PreviewFeatureRolloutOperation
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreviewFeatureRolloutOperation : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("rolloutInput")]
public virtual PreviewFeatureRolloutOperationRolloutInput RolloutInput { get; set; }
Property Value
RolloutStatus
Declaration
[JsonProperty("rolloutStatus")]
public virtual PreviewFeatureRolloutOperationRolloutStatus RolloutStatus { get; set; }
Property Value
Implements