ZendriveTagInfo

@interface ZendriveTagInfo : NSObject

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

  • key

    The key for the tag.

    Declaration

    Objective-C

    @property (nonatomic, nonnull) NSString *key;
  • The value for the tag.

    Declaration

    Objective-C

    @property (nonatomic, nonnull) NSString *value;