TagInfo

@objc(ZDTagInfo)
public final class TagInfo : NSObject

This class is used to represent any additional information related to a drive.

  • key

    The key for the tag.

    Declaration

    Swift

    @objc
    public var key: String
  • The value for the tag.

    Declaration

    Swift

    @objc
    public var value: String
  • Initializer for TagInfo.

    Declaration

    Swift

    @objc
    public override convenience init()