TCreateApiKeysBody constructor

const TCreateApiKeysBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<v1ApiKeyParamsV2> apiKeys,
  4. required String userId,
})

Implementation

const TCreateApiKeysBody({
   this.timestampMs,
   this.organizationId,
  required  this.apiKeys,
  required  this.userId,
});