TMRAccessesConvertFilters
data class TMRAccessesConvertFilters(val sessionId: String = "", val createdById: String = "", val tmrAccessId: String = "")
TMRAccessesConvertFilters holds the tmr accesses filters used when converting TMR accesses.
Constructors
TMRAccessesConvertFilters | constructor(sessionId: String = "", createdById: String = "", tmrAccessId: String = "") |
Properties
Name | Summary |
---|---|
createdById | val createdById: String SealdId of the user who created the TMR accesses to convert. |
sessionId | val sessionId: String Id of the session with the TMR access. |
tmrAccessId | val tmrAccessId: String Id of the TMR access to convert. |