Show / Hide Table of Contents

Class RolloutData

Rollout-related metadata for a release.

Inheritance
object
RolloutData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX