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

IntegerDefaultValues

import type { IntegerDefaultValues } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The default values of the IntegerParameterDeclaration.

interface IntegerDefaultValues {
DynamicValue?: DynamicDefaultValue | null;
StaticValues?: number[] | null;
}

§Properties

§
DynamicValue?: DynamicDefaultValue | null
[src]

The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

§
StaticValues?: number[] | null
[src]

The static values of the IntegerDefaultValues.