GetWorkersScriptsResultPlacement

data class GetWorkersScriptsResultPlacement(val lastAnalyzedAt: String, val mode: String, val status: String)

Constructors

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

Types

Link copied to clipboard
object Companion

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".