aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/webcapture_auto_batch.pyi
blob: 139823c99e56f66652e50c57cc9b2693b0478ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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): ...