RemoveTagArg

public class RemoveTagArg : CustomStringConvertible, JSONRepresentable

The RemoveTagArg struct

  • Path to the item to tag.

    Declaration

    Swift

    public let path: String
  • The tag to remove. Will be automatically converted to lowercase letters.

    Declaration

    Swift

    public let tagText: String
  • Declaration

    Swift

    public var description: String { get }