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

PropertyNameQuery

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

Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the specified text.

interface PropertyNameQuery {
PropertyNameHint: string;
}

§Properties

§
PropertyNameHint: string
[src]

Text that begins a property's name.