Worker Script Placement
data class WorkerScriptPlacement(val lastAnalyzedAt: String? = null, val mode: String? = null, val status: String? = null)
Properties
Link copied to clipboard
The last time the script was analyzed for Smart Placement.
Link copied to clipboard
Enables Smart Placement. Available values: "smart".
Link copied to clipboard
Status of Smart Placement. Available values: "SUCCESS", "UNSUPPORTEDAPPLICATION", "INSUFFICIENTINVOCATIONS".