class documentation

class PollArg(bb.Struct): (source)

View In Hierarchy

Arguments for methods that poll the status of an asynchronous job. :ivar async.PollArg.async_job_id: Id of the asynchronous job. This is the value of a response returned from the method that launched the job.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

async_job_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_async_job_id_value = (source)

Undocumented