V3Function Nas Config
data class V3FunctionNasConfig(val groupId: Int? = null, val mountPoints: List<V3FunctionNasConfigMountPoint>? = null, val userId: Int? = null)
Constructors
Link copied to clipboard
constructor(groupId: Int? = null, mountPoints: List<V3FunctionNasConfigMountPoint>? = null, userId: Int? = null)