Class Versions
Versions describes the mapping of a given version to the number of machines under this version.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class Versions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionsValue
Shows the mapping of a given version to the number of machines under this version.
Declaration
[JsonProperty("versions")]
public virtual IList<Version> VersionsValue { get; set; }
Property Value
Type | Description |
---|---|
IList<Version> |