class documentation

class EchoArg(bb.Struct): (source)

View In Hierarchy

EchoArg contains the arguments to be sent to the Dropbox servers. :ivar check.EchoArg.query: The string that you'd like to be echoed back to you.

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

_query_value = (source)

Undocumented