StandardAppVersionDeploymentFile

data class StandardAppVersionDeploymentFile(val name: String, val sha1Sum: String? = null, val sourceUrl: String)

Constructors

Link copied to clipboard
constructor(name: String, sha1Sum: String? = null, sourceUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for this object. Format specified above.

Link copied to clipboard
val sha1Sum: String? = null

SHA1 checksum of the file

Link copied to clipboard

Source URL