Get Workers Scripts Result
data class GetWorkersScriptsResult(val createdOn: String, val etag: String, val hasAssets: Boolean, val hasModules: Boolean, val id: String, val logpush: Boolean, val modifiedOn: String, val placement: GetWorkersScriptsResultPlacement, val placementMode: String, val placementStatus: String, val tailConsumers: List<GetWorkersScriptsResultTailConsumer>, val usageModel: String)
Constructors
Link copied to clipboard
constructor(createdOn: String, etag: String, hasAssets: Boolean, hasModules: Boolean, id: String, logpush: Boolean, modifiedOn: String, placement: GetWorkersScriptsResultPlacement, placementMode: String, placementStatus: String, tailConsumers: List<GetWorkersScriptsResultTailConsumer>, usageModel: String)
Properties
Link copied to clipboard
Whether a Worker contains modules.
Link copied to clipboard
When the script was last modified.
Link copied to clipboard
Configuration 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".
Link copied to clipboard
List of Workers that will consume logs from the attached Worker.
Link copied to clipboard
Usage model for the Worker invocations. Available values: "standard".