NamespaceRelativePathLogInfo
open class NamespaceRelativePathLogInfo : CustomStringConvertible
Namespace relative path details.
-
Namespace ID.
Declaration
Swift
public let nsId: String?
-
A path relative to the specified namespace ID.
Declaration
Swift
public let relativePath: String?
-
True if the namespace is shared.
Declaration
Swift
public let isSharedNamespace: Bool?
-
Declaration
Swift
open var description: String { get }