Workers Script Args
constructor(accountId: Output<String>? = null, assets: Output<WorkersScriptAssetsArgs>? = null, bindings: Output<List<WorkersScriptBindingArgs>>? = null, bodyPart: Output<String>? = null, compatibilityDate: Output<String>? = null, compatibilityFlags: Output<List<String>>? = null, content: Output<String>? = null, keepAssets: Output<Boolean>? = null, keepBindings: Output<List<String>>? = null, logpush: Output<Boolean>? = null, mainModule: Output<String>? = null, migrations: Output<WorkersScriptMigrationsArgs>? = null, observability: Output<WorkersScriptObservabilityArgs>? = null, placement: Output<WorkersScriptPlacementArgs>? = null, scriptName: Output<String>? = null, tailConsumers: Output<List<WorkersScriptTailConsumerArgs>>? = null, usageModel: Output<String>? = null)