V3FunctionCode

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val checksum: String? = null

The CRC-64 value of the function code package.

Link copied to clipboard
val ossBucketName: String? = null

The name of the OSS Bucket that stores the function code ZIP package.

Link copied to clipboard
val ossObjectName: String? = null

The name of the OSS Object that stores the function code ZIP package.

Link copied to clipboard
val zipFile: String? = null

The Base 64 encoding of the function code ZIP package.