TTTag Class Reference
Inherits from | NSManagedObject |
---|---|
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