AddTagArg
open class AddTagArg : CustomStringConvertible
The AddTagArg struct
-
Path to the item to be tagged.
Declaration
Swift
public let path: String
-
The value of the tag to add.
Declaration
Swift
public let tagText: String
-
Declaration
Swift
open var description: String { get }