aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/webcapture_auto_batch.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/webcapture_auto_batch.pyi')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/webcapture_auto_batch.pyi19
1 files changed, 19 insertions, 0 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/webcapture_auto_batch.pyi b/python_openapi_client/fatcat_openapi_client/models/webcapture_auto_batch.pyi
new file mode 100644
index 00000000..139823c9
--- /dev/null
+++ b/python_openapi_client/fatcat_openapi_client/models/webcapture_auto_batch.pyi
@@ -0,0 +1,19 @@
+from typing import Any
+
+class WebcaptureAutoBatch:
+ openapi_types: Any
+ attribute_map: Any
+ discriminator: Any
+ def __init__(self, editgroup: Any | None = ..., entity_list: Any | None = ...) -> None: ...
+ @property
+ def editgroup(self): ...
+ @editgroup.setter
+ def editgroup(self, editgroup) -> None: ...
+ @property
+ def entity_list(self): ...
+ @entity_list.setter
+ def entity_list(self, entity_list) -> None: ...
+ def to_dict(self): ...
+ def to_str(self): ...
+ def __eq__(self, other): ...
+ def __ne__(self, other): ...