AddTagArg

public class AddTagArg : CustomStringConvertible, JSONRepresentable

The AddTagArg struct

  • Path to the item to be tagged.

    Declaration

    Swift

    public let path: String
  • The value of the tag to add. Will be automatically converted to lowercase letters.

    Declaration

    Swift

    public let tagText: String
  • Declaration

    Swift

    public var description: String { get }