class documentation

class EchoResult(bb.Struct): (source)

View In Hierarchy

EchoResult contains the result returned from the Dropbox servers. :ivar check.EchoResult.result: If everything worked correctly, this would be the same as query.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable result Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _result_value Undocumented
def __init__(self, result=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

_result_value = (source)

Undocumented