GetConfigurationProtectedFile

data class GetConfigurationProtectedFile(val content: String, val contentHash: String, val virtualPath: String)

Constructors

Link copied to clipboard
constructor(content: String, contentHash: String, virtualPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base-64 encoded contents of this configuration file.

Link copied to clipboard

The hash of the contents of this configuration file prefixed by the algorithm used.

Link copied to clipboard

The path of this configuration file.