PathToTags

public class PathToTags : CustomStringConvertible, JSONRepresentable

The PathToTags struct

  • Path of the item.

    Declaration

    Swift

    public let path: String
  • Tags assigned to this item.

    Declaration

    Swift

    public let tags: [Files.Tag]
  • Declaration

    Swift

    public var description: String { get }