GetTagsResult

public class GetTagsResult : CustomStringConvertible, JSONRepresentable

The GetTagsResult struct

  • List of paths and their corresponding tags.

    Declaration

    Swift

    public let pathsToTags: [Files.PathToTags]
  • Declaration

    Swift

    public var description: String { get }