WorkersScriptPlacement

data class WorkersScriptPlacement(val lastAnalyzedAt: String? = null, val mode: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(lastAnalyzedAt: String? = null, mode: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastAnalyzedAt: String? = null

The last time the script was analyzed for Smart Placement.

Link copied to clipboard
val mode: String? = null

Enables Smart Placement. Available values: "smart".

Link copied to clipboard
val status: String? = null

Status of Smart Placement. Available values: "SUCCESS", "UNSUPPORTEDAPPLICATION", "INSUFFICIENTINVOCATIONS".