TCreateApiKeysBody constructor
const
TCreateApiKeysBody({
- String? timestampMs,
- String? organizationId,
- required List<
v1ApiKeyParamsV2> apiKeys, - required String userId,
Implementation
const TCreateApiKeysBody({
this.timestampMs,
this.organizationId,
required this.apiKeys,
required this.userId,
});