V2FunctionCode

data class V2FunctionCode(val ossBucketName: String? = null, val ossObjectName: String? = null, val zipFile: String? = null)

Constructors

Link copied to clipboard
constructor(ossBucketName: String? = null, ossObjectName: String? = null, zipFile: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ossBucketName: String? = null

The OSS bucket name of the function code package.

Link copied to clipboard
val ossObjectName: String? = null

The OSS object name of the function code package.

Link copied to clipboard
val zipFile: String? = null

Upload the base64 encoding of the code zip package directly in the request body.