Class RolloutRolloutEntity
Specifications of the resource to roll out.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RolloutRolloutEntity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrchestratedEntity
Optional. Entity details for products using the Orchestrated Integration model.
Declaration
[JsonProperty("orchestratedEntity")]
public virtual RolloutRolloutEntityOrchestratedEntity OrchestratedEntity { get; set; }
Property Value
| Type | Description |
|---|---|
| RolloutRolloutEntityOrchestratedEntity |