TCreateApiOnlyUsersBody constructor

const TCreateApiOnlyUsersBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<v1ApiOnlyUserParams> apiOnlyUsers,
})

Implementation

const TCreateApiOnlyUsersBody({
   this.timestampMs,
   this.organizationId,
  required  this.apiOnlyUsers,
});