SharedFolderNestDetails
public class SharedFolderNestDetails : CustomStringConvertible, JSONRepresentable
Changed parent of shared folder.
-
Previous parent namespace ID.
Declaration
Swift
public let previousParentNsId: String?
-
New parent namespace ID.
Declaration
Swift
public let newParentNsId: String?
-
Previous namespace path.
Declaration
Swift
public let previousNsPath: String?
-
New namespace path.
Declaration
Swift
public let newNsPath: String?
-
Declaration
Swift
public var description: String { get }