class documentation

class RevokeDesktopClientArg(DeviceSessionArg): (source)

View In Hierarchy

:ivar team.RevokeDesktopClientArg.delete_on_unlink: Whether to delete all files of the account (this is possible only if supported by the desktop client and will be made the next time the client access the account).

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable delete_on_unlink Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _delete_on_unlink_value Undocumented

Inherited from DeviceSessionArg:

Instance Variable session_id Undocumented
Instance Variable team_member_id Undocumented
Instance Variable _session_id_value Undocumented
Instance Variable _team_member_id_value Undocumented
def __init__(self, session_id=None, team_member_id=None, delete_on_unlink=None): (source)
delete_on_unlink = (source)

Undocumented

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

Undocumented