@@ -7000,7 +7000,7 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
7000
7000
7001
7001
class EmailIngestPolicy(bb.Union):
7002
7002
"""
7003
- Email ingest policy
7003
+ Policy for deciding whether a team can use Email to my Dropbox feature
7004
7004
7005
7005
This class acts as a tagged union. Only one of the ``is_*`` methods will
7006
7006
return true. To get the associated value of a tag (if one exists), use the
@@ -7046,12 +7046,10 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
7046
7046
7047
7047
class EmailIngestPolicyChangedDetails(bb.Struct):
7048
7048
"""
7049
- Changed email to my dropbox policy for team.
7049
+ Changed email to my Dropbox policy for team.
7050
7050
7051
- :ivar team_log.EmailIngestPolicyChangedDetails.new_value: New email to my
7052
- dropbox policy.
7053
- :ivar team_log.EmailIngestPolicyChangedDetails.previous_value: Previous
7054
- email to my dropbox policy.
7051
+ :ivar team_log.EmailIngestPolicyChangedDetails.new_value: To.
7052
+ :ivar team_log.EmailIngestPolicyChangedDetails.previous_value: From.
7055
7053
"""
7056
7054
7057
7055
__slots__ = [
@@ -22783,7 +22781,7 @@ class EventType(bb.Union):
22783
22781
EventType.directory_restrictions_remove_members: (team_policies) Removed
22784
22782
members from directory restrictions list
22785
22783
:ivar EmailIngestPolicyChangedType EventType.email_ingest_policy_changed:
22786
- (team_policies) Changed email to my dropbox policy for team
22784
+ (team_policies) Changed email to my Dropbox policy for team
22787
22785
:ivar EmmAddExceptionType EventType.emm_add_exception: (team_policies) Added
22788
22786
members to EMM exception list
22789
22787
:ivar EmmChangePolicyType EventType.emm_change_policy: (team_policies)
@@ -36571,7 +36569,7 @@ def get_directory_restrictions_remove_members(self):
36571
36569
36572
36570
def get_email_ingest_policy_changed(self):
36573
36571
"""
36574
- (team_policies) Changed email to my dropbox policy for team
36572
+ (team_policies) Changed email to my Dropbox policy for team
36575
36573
36576
36574
Only call this if :meth:`is_email_ingest_policy_changed` is true.
36577
36575
@@ -38630,7 +38628,7 @@ class EventTypeArg(bb.Union):
38630
38628
:ivar team_log.EventTypeArg.directory_restrictions_remove_members:
38631
38629
(team_policies) Removed members from directory restrictions list
38632
38630
:ivar team_log.EventTypeArg.email_ingest_policy_changed: (team_policies)
38633
- Changed email to my dropbox policy for team
38631
+ Changed email to my Dropbox policy for team
38634
38632
:ivar team_log.EventTypeArg.emm_add_exception: (team_policies) Added members
38635
38633
to EMM exception list
38636
38634
:ivar team_log.EventTypeArg.emm_change_policy: (team_policies)
0 commit comments