FolderOverviewItemUnpinnedDetails

public class FolderOverviewItemUnpinnedDetails : CustomStringConvertible, JSONRepresentable

Unpinned item from folder overview.

  • Folder Overview location position in the Assets list.

    Declaration

    Swift

    public let folderOverviewLocationAsset: UInt64
  • Pinned items positions in the Assets list.

    Declaration

    Swift

    public let pinnedItemsAssetIndices: [UInt64]
  • Declaration

    Swift

    public var description: String { get }