Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SapDiscoveryResourceInstancePropertiesKernelVersionVersion

import type { SapDiscoveryResourceInstancePropertiesKernelVersionVersion } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

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

interface SapDiscoveryResourceInstancePropertiesKernelVersionVersion {
build?: number;
major?: number;
minor?: number;
patch?: number;
remainder?: string;
}

§Properties

§
build?: number
[src]

Optional. The build version number.

§
major?: number
[src]

Optional. The major version number.

§
minor?: number
[src]

Optional. The minor version number.

§
patch?: number
[src]

Optional. The patch version number.

§
remainder?: string
[src]

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.