@@ -152,7 +152,7 @@ class AddSecondaryEmailResult(bb.Union):
152
152
Result of trying to add a secondary email to a user. 'success' is the only
153
153
value indicating that a secondary email was successfully added to a user.
154
154
The other values explain the type of error that occurred, and include the
155
- email for which the error occured .
155
+ email for which the error occurred .
156
156
157
157
This class acts as a tagged union. Only one of the ``is_*`` methods will
158
158
return true. To get the associated value of a tag (if one exists), use the
@@ -1082,7 +1082,7 @@ class DeleteSecondaryEmailResult(bb.Union):
1082
1082
Result of trying to delete a secondary email address. 'success' is the only
1083
1083
value indicating that a secondary email was successfully deleted. The other
1084
1084
values explain the type of error that occurred, and include the email for
1085
- which the error occured .
1085
+ which the error occurred .
1086
1086
1087
1087
This class acts as a tagged union. Only one of the ``is_*`` methods will
1088
1088
return true. To get the associated value of a tag (if one exists), use the
@@ -4462,7 +4462,7 @@ class LegalHoldPolicy(bb.Struct):
4462
4462
:ivar team.LegalHoldPolicy.activation_time: The time at which the legal hold
4463
4463
was activated.
4464
4464
:ivar team.LegalHoldPolicy.members: Team members IDs and number of
4465
- permanetly deleted members under hold.
4465
+ permanently deleted members under hold.
4466
4466
:ivar team.LegalHoldPolicy.status: The current state of the hold.
4467
4467
:ivar team.LegalHoldPolicy.start_date: Start date of the legal hold policy.
4468
4468
:ivar team.LegalHoldPolicy.end_date: End date of the legal hold policy.
@@ -9982,7 +9982,7 @@ class ResendSecondaryEmailResult(bb.Union):
9982
9982
Result of trying to resend verification email to a secondary email address.
9983
9983
'success' is the only value indicating that a verification email was
9984
9984
successfully sent. The other values explain the type of error that occurred,
9985
- and include the email for which the error occured .
9985
+ and include the email for which the error occurred .
9986
9986
9987
9987
This class acts as a tagged union. Only one of the ``is_*`` methods will
9988
9988
return true. To get the associated value of a tag (if one exists), use the
@@ -12620,7 +12620,7 @@ class UserAddResult(bb.Union):
12620
12620
Result of trying to add secondary emails to a user. 'success' is the only
12621
12621
value indicating that a user was successfully retrieved for adding secondary
12622
12622
emails. The other values explain the type of error that occurred, and
12623
- include the user for which the error occured .
12623
+ include the user for which the error occurred .
12624
12624
12625
12625
This class acts as a tagged union. Only one of the ``is_*`` methods will
12626
12626
return true. To get the associated value of a tag (if one exists), use the
@@ -12880,7 +12880,7 @@ class UserDeleteResult(bb.Union):
12880
12880
Result of trying to delete a user's secondary emails. 'success' is the only
12881
12881
value indicating that a user was successfully retrieved for deleting
12882
12882
secondary emails. The other values explain the type of error that occurred,
12883
- and include the user for which the error occured .
12883
+ and include the user for which the error occurred .
12884
12884
12885
12885
This class acts as a tagged union. Only one of the ``is_*`` methods will
12886
12886
return true. To get the associated value of a tag (if one exists), use the
@@ -13007,7 +13007,7 @@ class UserResendResult(bb.Union):
13007
13007
Result of trying to resend verification emails to a user. 'success' is the
13008
13008
only value indicating that a user was successfully retrieved for sending
13009
13009
verification emails. The other values explain the type of error that
13010
- occurred, and include the user for which the error occured .
13010
+ occurred, and include the user for which the error occurred .
13011
13011
13012
13012
This class acts as a tagged union. Only one of the ``is_*`` methods will
13013
13013
return true. To get the associated value of a tag (if one exists), use the
0 commit comments