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

ActionEntityOperation

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

Entity CRUD operation specification.

interface ActionEntityOperation {
entityId?: string;
operation?:
| "OPERATION_TYPE_UNSPECIFIED"
| "LIST"
| "GET"
| "CREATE"
| "UPDATE"
| "DELETE";
}

§Properties

§
entityId?: string
[src]

Required. ID of the entity.

§
operation?: "OPERATION_TYPE_UNSPECIFIED" | "LIST" | "GET" | "CREATE" | "UPDATE" | "DELETE"
[src]

Required. Operation to perform on the entity.