class documentation

Context for the execution of the requested operation method.

Includes information from the request.

Method __new__ Undocumented
Class Variable headers Optional header fields sent by the caller.
Class Variable operation The name of the operation.
Class Variable service The name of the service that the operation belongs to.
def __new__(cls, *args: Any, **kwargs: Any):

Undocumented

headers: Mapping[str, str] =

Optional header fields sent by the caller.

operation: str =

The name of the operation.

service: str =

The name of the service that the operation belongs to.