PythonCodeConditionCopyimport type { PythonCodeCondition } from "https://googleapis.deno.dev/v1/ces:v1.ts";Python code block to evaluate the condition. interface PythonCodeCondition {pythonCode?: string;}§Properties§pythonCode?: string[src]Required. The python code to execute.