CreateAdminApiKeyResponse constructor
const
CreateAdminApiKeyResponse({})
Implementation
const CreateAdminApiKeyResponse({
required this.keyId,
required this.key,
required this.name,
required this.createdAt,
required this.expiresAt,
required this.acls,
});