Skip to content

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

TMRAccessesConvertFiltersconstructor(sessionId: String = "", createdById: String = "", tmrAccessId: String = "")

Properties

NameSummary
createdByIdval createdById: String
SealdId of the user who created the TMR accesses to convert.
sessionIdval sessionId: String
Id of the session with the TMR access.
tmrAccessIdval tmrAccessId: String
Id of the TMR access to convert.