PathCollection

public class PathCollection : BoxModel

The path of folders to an item, starting at the root.

  • Number of entries in a path

    Declaration

    Swift

    public let totalCount: Int?
  • Entries (folders) in a path to an item

    Declaration

    Swift

    public let entries: [Folder]?
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public required init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.