Class SapDiscoveryResourceInstancePropertiesKernelVersionVersion
Version is reported as Major.Minor.Build.Patch.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryResourceInstancePropertiesKernelVersionVersion : IDirectResponseSchema
Properties
Build
Optional. The build version number.
Declaration
[JsonProperty("build")]
public virtual int? Build { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Major
Optional. The major version number.
Declaration
[JsonProperty("major")]
public virtual int? Major { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Minor
Optional. The minor version number.
Declaration
[JsonProperty("minor")]
public virtual int? Minor { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Patch
Optional. The patch version number.
Declaration
[JsonProperty("patch")]
public virtual int? Patch { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Remainder
Optional. A catch-all for any unparsed version components. This is in case the number of points in the version string exceeds the expected count of 4.
Declaration
[JsonProperty("remainder")]
public virtual string Remainder { get; set; }
Property Value
| Type | Description |
|---|---|
| string |