Skip to main content
Module

x/appwrite/mod.ts>Models.Function

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
type alias Models.Function
import { type Models } from "https://deno.land/x/appwrite@1.0.0/mod.ts";
const { Function } = Models;

Function

definition: { $id: string; $permissions: Permissions; name: string; dateCreated: number; dateUpdated: number; status: string; runtime: string; tag: string; vars: string; events: string[]; schedule: string; scheduleNext: number; schedulePrevious: number; timeout: number; }