class documentation

class UnlockFileBatchArg(bb.Struct): (source)

View In Hierarchy

:ivar files.UnlockFileBatchArg.entries: List of 'entries'. Each 'entry' contains a path of the file which will be unlocked. Duplicate path arguments in the batch are considered only once.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable entries Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _entries_value Undocumented
def __init__(self, entries=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_entries_value = (source)

Undocumented