TCreateApiOnlyUsersBody constructor
const
TCreateApiOnlyUsersBody({
- String? timestampMs,
- String? organizationId,
- required List<
v1ApiOnlyUserParams> apiOnlyUsers,
Implementation
const TCreateApiOnlyUsersBody({
this.timestampMs,
this.organizationId,
required this.apiOnlyUsers,
});