TUpdateUserBody constructor
const
TUpdateUserBody({})
Implementation
const TUpdateUserBody({
this.timestampMs,
this.organizationId,
required this.userId,
this.userName,
this.userEmail,
this.userTagIds,
this.userPhoneNumber,
});