class documentation

class SharedFolderTransferOwnershipDetails(bb.Struct): (source)

View In Hierarchy

Transferred ownership of shared folder to another member. :ivar team_log.SharedFolderTransferOwnershipDetails.previous_owner_email: The email address of the previous shared folder owner. :ivar team_log.SharedFolderTransferOwnershipDetails.new_owner_email: The email address of the new shared folder owner.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable new_owner_email Undocumented
Instance Variable previous_owner_email Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _new_owner_email_value Undocumented
Instance Variable _previous_owner_email_value Undocumented
def __init__(self, new_owner_email=None, previous_owner_email=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

new_owner_email = (source)

Undocumented

previous_owner_email = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_new_owner_email_value = (source)

Undocumented

_previous_owner_email_value = (source)

Undocumented