class SealdTmrAccessesConvertFilters
objc
@interface SealdTmrAccessesConvertFilters : NSObject
SealdTmrAccessesConvertFilters holds the tmr accesses filters used when converting TMR accesses.
Members | Descriptions |
---|---|
sessionId | Id of the session with the TMR access to convert. |
createdById | SealdId of the user who created the TMR accesses to convert. |
tmrAccessId | Id of the TMR access to convert. |
initWithSessionId:createdById:tmrAccessId: | Initialize a SealdTmrAccessesConvertFilters instance. |
sessionId
objc
@property (assign, readonly) NSString * sessionId;
Id of the session with the TMR access to convert.
createdById
objc
@property (assign, readonly) NSString * createdById;
SealdId of the user who created the TMR accesses to convert.
tmrAccessId
objc
@property (assign, readonly) NSString * tmrAccessId;
Id of the TMR access to convert.
initWithSessionId:createdById:tmrAccessId:
objc
- (instancetype) initWithSessionId:(NSString *)sessionId
createdById:(NSString *)createdById
tmrAccessId:(NSString *)tmrAccessId;
Initialize a SealdTmrAccessesConvertFilters instance.
Parameters
sessionId
The sessionId with the TMR access to convert.createdById
The SealdId of the user who created the TMR accesses to convert.tmrAccessId
The Id of the TMR access to convert