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

ListPropertiesSuggestionState

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

A mask that indicates which of the fields on the base ListProperties have been changed in this suggestion. For any field set to true, there's a new suggested value.

interface ListPropertiesSuggestionState {
nestingLevelsSuggestionStates?: NestingLevelSuggestionState[];
}

§Properties

§
nestingLevelsSuggestionStates?: NestingLevelSuggestionState[]
[src]

A mask that indicates which of the fields on the corresponding NestingLevel in nesting_levels have been changed in this suggestion. The nesting level suggestion states are returned in ascending order of the nesting level with the least nested returned first.