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

IntegerValueWhenUnsetConfiguration

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

A parameter declaration for the Integer data type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface IntegerValueWhenUnsetConfiguration {
CustomValue?: number | null;
ValueWhenUnsetOption?: ValueWhenUnsetOption | null;
}

§Properties

§
CustomValue?: number | null
[src]

A custom value that's used when the value of a parameter isn't set.

§
ValueWhenUnsetOption?: ValueWhenUnsetOption | null
[src]

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.