Show / Hide Table of Contents

Class SapDiscoveryResourceInstancePropertiesKernelVersionVersion

Version is reported as Major.Minor.Build.Patch.

Inheritance
object
SapDiscoveryResourceInstancePropertiesKernelVersionVersion
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX