TTTag Class Reference

Inherits from NSManagedObject
Declared in TTTag.h

Overview

A role tag is used to filter roles.

  color

Color of the tag.

@property (nullable, nonatomic, retain) NSString *color

Declared In

TTTag.h

  name

Name of the tag.

@property (nullable, nonatomic, retain) NSString *name

Declared In

TTTag.h

  token

Identifying token of the tag.

@property (nullable, nonatomic, retain) NSString *token

Declared In

TTTag.h

  organizationToken

Identifying token of the organization to which the tag belongs.

@property (nullable, nonatomic, retain) NSString *organizationToken

Declared In

TTTag.h

  roles

Roles that are associated with this tag.

@property (nullable, nonatomic, retain) NSSet<TTRole*> *roles

Declared In

TTTag.h

  roleCount

Number of roles associated with this tag.

@property (nullable, nonatomic, retain) NSNumber *roleCount

Declared In

TTTag.h

  colorId

Identifier of the tag color.

@property (nullable, nonatomic, retain) NSString *colorId

Declared In

TTTag.h