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

ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsOptions

import type { ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsOptions } from "https://googleapis.deno.dev/v1/connectors:v2.ts";

Additional options for Connectors#projectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditions.

interface ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsOptions {
conditions?: string;
}

§Properties

§
conditions?: string
[src]

Required. Conditions to be used when deleting entities. From a proto standpoint, There are no restrictions on what can be passed using this field. The connector documentation should have information about what format of filters/conditions are supported. Note: If this conditions field is left empty, an exception is thrown. We don't want to consider 'empty conditions' to be a match-all case. Connector developers can determine and document what a match-all case constraint would be.