Skip to content

Commit cc8e5de

Browse files
author
serverpod_cloud
committed
feat(gc): 0c62db44fc7a6c0f61b6f390457525f5467f3b27
1 parent 77d40ba commit cc8e5de

3 files changed

Lines changed: 196 additions & 119 deletions

File tree

ground_control_client/lib/src/protocol/domains/users/models/user.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,11 @@ abstract class User implements _i1.SerializableModel {
101101
List<_i3.UserRoleMembership>? memberships;
102102

103103
/// Max number of projects this user can own.
104+
/// DEPRECATED, no longer used and will be removed
104105
int? maxOwnedProjects;
105106

107+
/// Max number of projects this user can own.
108+
/// DEPRECATED, no longer used and will be removed
106109
/// The owner id of the user.
107110
_i1.UuidValue? ownerId;
108111

0 commit comments

Comments
 (0)