File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
scaleway-async/scaleway_async/iam/v1alpha1
scaleway/scaleway/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(
11761176 if request .send_password_email is not None :
11771177 output ["send_password_email" ] = request .send_password_email
11781178
1179+ if request .send_welcome_email is not None :
1180+ output ["send_welcome_email" ] = request .send_welcome_email
1181+
11791182 if request .username is not None :
11801183 output ["username" ] = request .username
11811184
Original file line number Diff line number Diff line change @@ -254,6 +254,11 @@ class CreateUserRequestMember:
254254 Whether or not to send an email containing the member's password.
255255 """
256256
257+ send_welcome_email : bool
258+ """
259+ Whether or not to send a welcome email that includes onboarding information.
260+ """
261+
257262 username : str
258263 """
259264 The member's username.
Original file line number Diff line number Diff line change @@ -1176,6 +1176,9 @@ def marshal_CreateUserRequestMember(
11761176 if request .send_password_email is not None :
11771177 output ["send_password_email" ] = request .send_password_email
11781178
1179+ if request .send_welcome_email is not None :
1180+ output ["send_welcome_email" ] = request .send_welcome_email
1181+
11791182 if request .username is not None :
11801183 output ["username" ] = request .username
11811184
Original file line number Diff line number Diff line change @@ -254,6 +254,11 @@ class CreateUserRequestMember:
254254 Whether or not to send an email containing the member's password.
255255 """
256256
257+ send_welcome_email : bool
258+ """
259+ Whether or not to send a welcome email that includes onboarding information.
260+ """
261+
257262 username : str
258263 """
259264 The member's username.
You can’t perform that action at this time.
0 commit comments