CreateApiKey constructor
CreateApiKey({})
Returns a new CreateApiKey instance.
Implementation
CreateApiKey({
required this.name,
required this.organizationId,
this.scopes = const [],
});
Returns a new CreateApiKey instance.
CreateApiKey({
required this.name,
required this.organizationId,
this.scopes = const [],
});