Class Version
Version describes the number of nodes at a given version under a resource.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class Version : IDirectResponseSchema
Properties
Count
Number of machines under the above version.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionValue
Resource version.
Declaration
[JsonProperty("version")]
public virtual string VersionValue { get; set; }
Property Value
Type | Description |
---|---|
string |