TCreateUsersBody constructor
const
TCreateUsersBody({
- String? timestampMs,
- String? organizationId,
- required List<
v1UserParamsV3> users,
Implementation
const TCreateUsersBody({
this.timestampMs,
this.organizationId,
required this.users,
});