TTShift Class Reference
| Inherits from | NSManagedObject |
|---|---|
| Declared in | TTShift.h |
start
Date representing the start of the shift
@property (nullable, nonatomic, copy) NSDate *startDeclared In
TTShift.h
end
Date representing the end of the shift.
@property (nullable, nonatomic, copy) NSDate *endDeclared In
TTShift.h
userToken
The token of the user that has this shift.
@property (nullable, nonatomic, copy) NSString *userTokenDeclared In
TTShift.h
roleToken
The token of the role that has this shift.
@property (nullable, nonatomic, copy) NSString *roleTokenDeclared In
TTShift.h
organizationToken
Token of the organization where this shift exists.
@property (nullable, nonatomic, copy) NSString *organizationTokenDeclared In
TTShift.h
status
Status of the shift.
@property (nullable, nonatomic, copy) NSString *statusDiscussion
Note: The status string “blackout” is used for off hours,
Declared In
TTShift.h
user
The user that has this shift.
@property (nullable, nonatomic, retain) TTUser *userDeclared In
TTShift.h
role
The role that has this shift.
@property (nullable, nonatomic, retain) TTRole *roleDeclared In
TTShift.h