V3LayerVersionCode

data class V3LayerVersionCode(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 code package. If checksum is provided, Function Compute checks whether the checksum of the code package is consistent with the provided checksum.

Link copied to clipboard
val ossBucketName: String? = null

Name of the OSS Bucket where the user stores the Layer Code ZIP package

Link copied to clipboard
val ossObjectName: String? = null

Name of the OSS Object where the user stores the Layer Code ZIP package

Link copied to clipboard
val zipFile: String? = null

Base 64 encoding of Layer Code ZIP package