@@ -207,24 +207,22 @@ class AssignUserRolesResponse(_message.Message):
207207 def __init__ (self ) -> None : ...
208208
209209class User (_message .Message ):
210- __slots__ = ("id" , "created_at" , "last_modified_at" , "email" , "name" , " status" , "default_account_id" , "notification_preferences" )
210+ __slots__ = ("id" , "created_at" , "last_modified_at" , "email" , "status" , "default_account_id" , "notification_preferences" )
211211 ID_FIELD_NUMBER : _ClassVar [int ]
212212 CREATED_AT_FIELD_NUMBER : _ClassVar [int ]
213213 LAST_MODIFIED_AT_FIELD_NUMBER : _ClassVar [int ]
214214 EMAIL_FIELD_NUMBER : _ClassVar [int ]
215- NAME_FIELD_NUMBER : _ClassVar [int ]
216215 STATUS_FIELD_NUMBER : _ClassVar [int ]
217216 DEFAULT_ACCOUNT_ID_FIELD_NUMBER : _ClassVar [int ]
218217 NOTIFICATION_PREFERENCES_FIELD_NUMBER : _ClassVar [int ]
219218 id : str
220219 created_at : _timestamp_pb2 .Timestamp
221220 last_modified_at : _timestamp_pb2 .Timestamp
222221 email : str
223- name : str
224222 status : UserStatus
225223 default_account_id : str
226224 notification_preferences : NotificationPreferences
227- def __init__ (self , id : _Optional [str ] = ..., created_at : _Optional [_Union [_timestamp_pb2 .Timestamp , _Mapping ]] = ..., last_modified_at : _Optional [_Union [_timestamp_pb2 .Timestamp , _Mapping ]] = ..., email : _Optional [str ] = ..., name : _Optional [ str ] = ..., status : _Optional [_Union [UserStatus , str ]] = ..., default_account_id : _Optional [str ] = ..., notification_preferences : _Optional [_Union [NotificationPreferences , _Mapping ]] = ...) -> None : ...
225+ def __init__ (self , id : _Optional [str ] = ..., created_at : _Optional [_Union [_timestamp_pb2 .Timestamp , _Mapping ]] = ..., last_modified_at : _Optional [_Union [_timestamp_pb2 .Timestamp , _Mapping ]] = ..., email : _Optional [str ] = ..., status : _Optional [_Union [UserStatus , str ]] = ..., default_account_id : _Optional [str ] = ..., notification_preferences : _Optional [_Union [NotificationPreferences , _Mapping ]] = ...) -> None : ...
228226
229227class NotificationPreferences (_message .Message ):
230228 __slots__ = ("email_newsletter_enabled" ,)
0 commit comments