V2Function Code Args
data class V2FunctionCodeArgs(val ossBucketName: Output<String>? = null, val ossObjectName: Output<String>? = null, val zipFile: Output<String>? = null) : ConvertibleToJava<V2FunctionCodeArgs>
Constructors
Link copied to clipboard
fun V2FunctionCodeArgs(ossBucketName: Output<String>? = null, ossObjectName: Output<String>? = null, zipFile: Output<String>? = null)