CustomPluginFileDescription

data class CustomPluginFileDescription(val fileMd5: String? = null, val fileSize: Int? = null)

Details about the custom plugin file.

Constructors

Link copied to clipboard
constructor(fileMd5: String? = null, fileSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileMd5: String? = null

The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.

Link copied to clipboard
val fileSize: Int? = null

The size in bytes of the custom plugin file. You can use it to validate the file.