class documentation

class ExternalDriveBackupEligibilityStatusCheckedDetails(bb.Struct): (source)

View In Hierarchy

Checked external drive backup eligibility status. :ivar team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.desktop_device_session_info: Device's session logged information. :ivar team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.status: Current eligibility status of external drive backup. :ivar team_log.ExternalDriveBackupEligibilityStatusCheckedDetails.number_of_external_drive_backup: Total number of valid external drive backup for all the team members.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable desktop_device_session_info Undocumented
Instance Variable number_of_external_drive_backup Undocumented
Instance Variable status Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _desktop_device_session_info_value Undocumented
Instance Variable _number_of_external_drive_backup_value Undocumented
Instance Variable _status_value Undocumented
def __init__(self, desktop_device_session_info=None, status=None, number_of_external_drive_backup=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

desktop_device_session_info = (source)

Undocumented

number_of_external_drive_backup = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_desktop_device_session_info_value = (source)

Undocumented

_number_of_external_drive_backup_value = (source)

Undocumented

_status_value = (source)

Undocumented