Functions Deployment Response Storage
data class FunctionsDeploymentResponseStorage(val authentication: FunctionsDeploymentResponseAuthentication? = null, val type: String? = null, val value: String? = null)
Storage for deployed package used by the function app.
Constructors
Link copied to clipboard
constructor(authentication: FunctionsDeploymentResponseAuthentication? = null, type: String? = null, value: String? = null)