@@ -152,7 +152,7 @@ class AddSecondaryEmailResult(bb.Union):
152152 Result of trying to add a secondary email to a user. 'success' is the only
153153 value indicating that a secondary email was successfully added to a user.
154154 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 .
156156
157157 This class acts as a tagged union. Only one of the ``is_*`` methods will
158158 return true. To get the associated value of a tag (if one exists), use the
@@ -1082,7 +1082,7 @@ class DeleteSecondaryEmailResult(bb.Union):
10821082 Result of trying to delete a secondary email address. 'success' is the only
10831083 value indicating that a secondary email was successfully deleted. The other
10841084 values explain the type of error that occurred, and include the email for
1085- which the error occured .
1085+ which the error occurred .
10861086
10871087 This class acts as a tagged union. Only one of the ``is_*`` methods will
10881088 return true. To get the associated value of a tag (if one exists), use the
@@ -4462,7 +4462,7 @@ class LegalHoldPolicy(bb.Struct):
44624462 :ivar team.LegalHoldPolicy.activation_time: The time at which the legal hold
44634463 was activated.
44644464 :ivar team.LegalHoldPolicy.members: Team members IDs and number of
4465- permanetly deleted members under hold.
4465+ permanently deleted members under hold.
44664466 :ivar team.LegalHoldPolicy.status: The current state of the hold.
44674467 :ivar team.LegalHoldPolicy.start_date: Start date of the legal hold policy.
44684468 :ivar team.LegalHoldPolicy.end_date: End date of the legal hold policy.
@@ -9982,7 +9982,7 @@ class ResendSecondaryEmailResult(bb.Union):
99829982 Result of trying to resend verification email to a secondary email address.
99839983 'success' is the only value indicating that a verification email was
99849984 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 .
99869986
99879987 This class acts as a tagged union. Only one of the ``is_*`` methods will
99889988 return true. To get the associated value of a tag (if one exists), use the
@@ -12620,7 +12620,7 @@ class UserAddResult(bb.Union):
1262012620 Result of trying to add secondary emails to a user. 'success' is the only
1262112621 value indicating that a user was successfully retrieved for adding secondary
1262212622 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 .
1262412624
1262512625 This class acts as a tagged union. Only one of the ``is_*`` methods will
1262612626 return true. To get the associated value of a tag (if one exists), use the
@@ -12880,7 +12880,7 @@ class UserDeleteResult(bb.Union):
1288012880 Result of trying to delete a user's secondary emails. 'success' is the only
1288112881 value indicating that a user was successfully retrieved for deleting
1288212882 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 .
1288412884
1288512885 This class acts as a tagged union. Only one of the ``is_*`` methods will
1288612886 return true. To get the associated value of a tag (if one exists), use the
@@ -13007,7 +13007,7 @@ class UserResendResult(bb.Union):
1300713007 Result of trying to resend verification emails to a user. 'success' is the
1300813008 only value indicating that a user was successfully retrieved for sending
1300913009 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 .
1301113011
1301213012 This class acts as a tagged union. Only one of the ``is_*`` methods will
1301313013 return true. To get the associated value of a tag (if one exists), use the
0 commit comments