class documentation

class TeamSharingWhitelistSubjectsChangedDetails(bb.Struct): (source)

View In Hierarchy

Edited the approved list for sharing externally. :ivar team_log.TeamSharingWhitelistSubjectsChangedDetails.added_whitelist_subjects: Domains or emails added to the approved list for sharing externally. :ivar team_log.TeamSharingWhitelistSubjectsChangedDetails.removed_whitelist_subjects: Domains or emails removed from the approved list for sharing externally.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable added_whitelist_subjects Undocumented
Instance Variable removed_whitelist_subjects Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _added_whitelist_subjects_value Undocumented
Instance Variable _removed_whitelist_subjects_value Undocumented
def __init__(self, added_whitelist_subjects=None, removed_whitelist_subjects=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

added_whitelist_subjects = (source)

Undocumented

removed_whitelist_subjects = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_added_whitelist_subjects_value = (source)

Undocumented

_removed_whitelist_subjects_value = (source)

Undocumented