RootInfo
public class RootInfo : CustomStringConvertible, JSONRepresentable
Information about current user’s root.
-
The namespace ID for user’s root namespace. It will be the namespace ID of the shared team root if the user is member of a team with a separate team root. Otherwise it will be same as homeNamespaceId in RootInfo.
Declaration
Swift
public let rootNamespaceId: String -
The namespace ID for user’s home namespace.
Declaration
Swift
public let homeNamespaceId: String -
Declaration
Swift
public var description: String { get }
View on GitHub
RootInfo Class Reference