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

SuggestedInlineObjectProperties

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

A suggested change to InlineObjectProperties.

interface SuggestedInlineObjectProperties {
inlineObjectProperties?: InlineObjectProperties;
inlineObjectPropertiesSuggestionState?: InlineObjectPropertiesSuggestionState;
}

§Properties

§
inlineObjectProperties?: InlineObjectProperties
[src]

An InlineObjectProperties that only includes the changes made in this suggestion. This can be used along with the inline_object_properties_suggestion_state to see which fields have changed and their new values.

§
inlineObjectPropertiesSuggestionState?: InlineObjectPropertiesSuggestionState
[src]

A mask that indicates which of the fields on the base InlineObjectProperties have been changed in this suggestion.