Get Namespaces Result
data class GetNamespacesResult(val id: String, val namespace: String? = null, val paths: List<String>)
A collection of values returned by getNamespaces.
A collection of values returned by getNamespaces.