interface Script {
    createdAt?: string;
    description?: string;
    id?: string;
    labels?: string[];
    language?: "flux";
    name: string;
    orgID: string;
    script: string;
    updatedAt?: string;
    url?: string;
}

Properties

createdAt?: string
description?: string
id?: string
labels?: string[]

The list of label names associated with the script.

language?: "flux"
name: string
orgID: string
script: string

The script to execute.

updatedAt?: string
url?: string

The invocation endpoint address.

MMNEPVFCICPMFPCPTTAAATR