class documentation

class SingleUserLock(bb.Struct): (source)

View In Hierarchy

:ivar files.SingleUserLock.created: The time the lock was created. :ivar files.SingleUserLock.lock_holder_account_id: The account ID of the lock holder if known. :ivar files.SingleUserLock.lock_holder_team_id: The id of the team of the account holder if it exists.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable created Undocumented
Instance Variable lock_holder_account_id Undocumented
Instance Variable lock_holder_team_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _created_value Undocumented
Instance Variable _lock_holder_account_id_value Undocumented
Instance Variable _lock_holder_team_id_value Undocumented
def __init__(self, created=None, lock_holder_account_id=None, lock_holder_team_id=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

lock_holder_account_id = (source)

Undocumented

lock_holder_team_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_created_value = (source)

Undocumented

_lock_holder_account_id_value = (source)

Undocumented

_lock_holder_team_id_value = (source)

Undocumented