File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
scaleway/scaleway/iam/v1alpha1
scaleway-async/scaleway_async/iam/v1alpha1 Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1176,6 +1176,9 @@ def marshal_CreateUserRequestMember(
1176
1176
if request .send_password_email is not None :
1177
1177
output ["send_password_email" ] = request .send_password_email
1178
1178
1179
+ if request .send_welcome_email is not None :
1180
+ output ["send_welcome_email" ] = request .send_welcome_email
1181
+
1179
1182
if request .username is not None :
1180
1183
output ["username" ] = request .username
1181
1184
Original file line number Diff line number Diff line change @@ -254,6 +254,11 @@ class CreateUserRequestMember:
254
254
Whether or not to send an email containing the member's password.
255
255
"""
256
256
257
+ send_welcome_email : bool
258
+ """
259
+ Whether or not to send a welcome email that includes onboarding information.
260
+ """
261
+
257
262
username : str
258
263
"""
259
264
The member's username.
Original file line number Diff line number Diff line change @@ -1176,6 +1176,9 @@ def marshal_CreateUserRequestMember(
1176
1176
if request .send_password_email is not None :
1177
1177
output ["send_password_email" ] = request .send_password_email
1178
1178
1179
+ if request .send_welcome_email is not None :
1180
+ output ["send_welcome_email" ] = request .send_welcome_email
1181
+
1179
1182
if request .username is not None :
1180
1183
output ["username" ] = request .username
1181
1184
Original file line number Diff line number Diff line change @@ -254,6 +254,11 @@ class CreateUserRequestMember:
254
254
Whether or not to send an email containing the member's password.
255
255
"""
256
256
257
+ send_welcome_email : bool
258
+ """
259
+ Whether or not to send a welcome email that includes onboarding information.
260
+ """
261
+
257
262
username : str
258
263
"""
259
264
The member's username.
You can’t perform that action at this time.
0 commit comments