Class RolloutData
Rollout-related metadata for a release.
Implements
Inherited Members
Namespace: Google.Apis.VersionHistory.v1.Data
Assembly: Google.Apis.VersionHistory.v1.dll
Syntax
public class RolloutData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RolloutName
The name of the rollout.
Declaration
[JsonProperty("rolloutName")]
public virtual string RolloutName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tag
Tags associated with a release's role in a rollout. Most rollouts will have at least one release with a "rollout" tag and another release with a "control" tag. Some rollouts may have additional named arms.
Declaration
[JsonProperty("tag")]
public virtual IList<string> Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |