NamespaceRelativePathLogInfo
public class NamespaceRelativePathLogInfo : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }
View on GitHub
NamespaceRelativePathLogInfo Class Reference