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

GoogleCloudSecuritycenterV2PortRange

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

A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.

interface GoogleCloudSecuritycenterV2PortRange {
max?: bigint;
min?: bigint;
}

§Properties

§
max?: bigint
[src]

Maximum port value.

§
min?: bigint
[src]

Minimum port value.