pyoaev.apis.inject_expectation_trace

Module Contents

class pyoaev.apis.inject_expectation_trace.InjectExpectationTrace(manager: RESTManager, attrs: Dict[str, Any], *, created_from_list: bool = False)

Bases: pyoaev.base.RESTObject

_id_attr = 'inject_expectation_trace_id'
class pyoaev.apis.inject_expectation_trace.InjectExpectationTraceManager(openaev: pyoaev.client.OpenAEV, parent: RESTObject | None = None)

Bases: pyoaev.mixins.CreateMixin, pyoaev.base.RESTManager

Base class for CRUD operations on objects.

Derived class must define _path and _obj_cls.

_path: Base URL path on which requests will be sent (e.g. ‘/projects’) _obj_cls: The class of objects that will be created

_path = '/inject-expectations-traces'
_obj_cls
_create_attrs
bulk_create(payload: Dict[str, List[Dict[str, str]]], **kwargs: Any) dict[str, Any]