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

SqlInstancesGetDiskShrinkConfigResponse

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

Instance get disk shrink config response.

interface SqlInstancesGetDiskShrinkConfigResponse {
kind?: string;
message?: string;
minimalTargetSizeGb?: bigint;
}

§Properties

§
kind?: string
[src]

This is always sql#getDiskShrinkConfig.

§
message?: string
[src]

Additional message to customers.

§
minimalTargetSizeGb?: bigint
[src]

The minimum size to which a disk can be shrunk in GigaBytes.