Namespace Junction Response
data class NamespaceJunctionResponse(val namespacePath: String? = null, val nfsAccessPolicy: String? = null, val nfsExport: String? = null, val targetPath: String? = null)
A namespace junction.
Constructors
Link copied to clipboard
fun NamespaceJunctionResponse(namespacePath: String? = null, nfsAccessPolicy: String? = null, nfsExport: String? = null, targetPath: String? = null)