Exemplo n.º 1
0
    def __init__(self,
                 id=None,
                 title=None,
                 description=None,
                 params=None,
                 local_vars_configuration=None):  # noqa: E501
        """WidgetType - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._title = None
        self._description = None
        self._params = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if title is not None:
            self.title = title
        if description is not None:
            self.description = description
        if params is not None:
            self.params = params
Exemplo n.º 2
0
    def __init__(self,
                 id=None,
                 result_id=None,
                 filename=None,
                 additional_metadata=None,
                 local_vars_configuration=None):  # noqa: E501
        """Artifact - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._result_id = None
        self._filename = None
        self._additional_metadata = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if result_id is not None:
            self.result_id = result_id
        if filename is not None:
            self.filename = filename
        if additional_metadata is not None:
            self.additional_metadata = additional_metadata
Exemplo n.º 3
0
    def __init__(self, id=None, type=None, widget=None, project=None, weight=None, params=None, title=None, local_vars_configuration=None):  # noqa: E501
        """WidgetConfig - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._type = None
        self._widget = None
        self._project = None
        self._weight = None
        self._params = None
        self._title = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if type is not None:
            self.type = type
        if widget is not None:
            self.widget = widget
        if project is not None:
            self.project = project
        if weight is not None:
            self.weight = weight
        if params is not None:
            self.params = params
        if title is not None:
            self.title = title
Exemplo n.º 4
0
    def __init__(self,
                 id=None,
                 status=None,
                 filename=None,
                 format=None,
                 run_id=None,
                 local_vars_configuration=None):  # noqa: E501
        """ModelImport - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._status = None
        self._filename = None
        self._format = None
        self._run_id = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if status is not None:
            self.status = status
        if filename is not None:
            self.filename = filename
        if format is not None:
            self.format = format
        if run_id is not None:
            self.run_id = run_id
Exemplo n.º 5
0
    def __init__(self,
                 page=None,
                 page_size=None,
                 total_pages=None,
                 total_items=None,
                 local_vars_configuration=None):  # noqa: E501
        """Pagination - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._page = None
        self._page_size = None
        self._total_pages = None
        self._total_items = None
        self.discriminator = None

        if page is not None:
            self.page = page
        if page_size is not None:
            self.page_size = page_size
        if total_pages is not None:
            self.total_pages = total_pages
        if total_items is not None:
            self.total_items = total_items
Exemplo n.º 6
0
    def __init__(self, reports=None, pagination=None, local_vars_configuration=None):  # noqa: E501
        """ReportList - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._reports = None
        self._pagination = None
        self.discriminator = None

        if reports is not None:
            self.reports = reports
        if pagination is not None:
            self.pagination = pagination
    def __init__(self, widgets=None, pagination=None, local_vars_configuration=None):  # noqa: E501
        """WidgetConfigList - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._widgets = None
        self._pagination = None
        self.discriminator = None

        if widgets is not None:
            self.widgets = widgets
        if pagination is not None:
            self.pagination = pagination
Exemplo n.º 8
0
    def __init__(self, status=None, message=None, local_vars_configuration=None):  # noqa: E501
        """Health - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._status = None
        self._message = None
        self.discriminator = None

        if status is not None:
            self.status = status
        if message is not None:
            self.message = message
Exemplo n.º 9
0
    def __init__(self,
                 id=None,
                 name=None,
                 local_vars_configuration=None):  # noqa: E501
        """Group - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._name = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if name is not None:
            self.name = name
    def __init__(self,
                 type=None,
                 name=None,
                 local_vars_configuration=None):  # noqa: E501
        """InlineResponse200 - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._name = None
        self.discriminator = None

        if type is not None:
            self.type = type
        if name is not None:
            self.name = name
Exemplo n.º 11
0
    def __init__(self,
                 groups=None,
                 pagination=None,
                 local_vars_configuration=None):  # noqa: E501
        """GroupList - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._groups = None
        self._pagination = None
        self.discriminator = None

        if groups is not None:
            self.groups = groups
        if pagination is not None:
            self.pagination = pagination
Exemplo n.º 12
0
    def __init__(self,
                 configuration=None,
                 header_name=None,
                 header_value=None,
                 cookie=None,
                 pool_threads=1):
        if configuration is None:
            configuration = Configuration.get_default_copy()
        self.configuration = configuration
        self.pool_threads = pool_threads

        self.rest_client = rest.RESTClientObject(configuration)
        self.default_headers = {}
        if header_name is not None:
            self.default_headers[header_name] = header_value
        self.cookie = cookie
        # Set default User-Agent.
        self.user_agent = 'OpenAPI-Generator/2.2.2/python'
Exemplo n.º 13
0
    def __init__(self,
                 id=None,
                 filename=None,
                 mimetype=None,
                 url=None,
                 download_url=None,
                 view_url=None,
                 parameters=None,
                 status=None,
                 local_vars_configuration=None):  # noqa: E501
        """Report - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._filename = None
        self._mimetype = None
        self._url = None
        self._download_url = None
        self._view_url = None
        self._parameters = None
        self._status = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if filename is not None:
            self.filename = filename
        if mimetype is not None:
            self.mimetype = mimetype
        if url is not None:
            self.url = url
        if download_url is not None:
            self.download_url = download_url
        if view_url is not None:
            self.view_url = view_url
        if parameters is not None:
            self.parameters = parameters
        if status is not None:
            self.status = status
Exemplo n.º 14
0
    def __init__(self,
                 id=None,
                 test_id=None,
                 start_time=None,
                 duration=None,
                 result=None,
                 metadata=None,
                 params=None,
                 source=None,
                 local_vars_configuration=None):  # noqa: E501
        """Result - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._test_id = None
        self._start_time = None
        self._duration = None
        self._result = None
        self._metadata = None
        self._params = None
        self._source = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if test_id is not None:
            self.test_id = test_id
        if start_time is not None:
            self.start_time = start_time
        if duration is not None:
            self.duration = duration
        if result is not None:
            self.result = result
        if metadata is not None:
            self.metadata = metadata
        if params is not None:
            self.params = params
        if source is not None:
            self.source = source
Exemplo n.º 15
0
    def __init__(self,
                 frontend=None,
                 backend=None,
                 api_ui=None,
                 local_vars_configuration=None):  # noqa: E501
        """HealthInfo - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._frontend = None
        self._backend = None
        self._api_ui = None
        self.discriminator = None

        if frontend is not None:
            self.frontend = frontend
        if backend is not None:
            self.backend = backend
        if api_ui is not None:
            self.api_ui = api_ui
Exemplo n.º 16
0
    def __init__(self,
                 type=None,
                 filter=None,
                 source=None,
                 local_vars_configuration=None):  # noqa: E501
        """ReportParameters - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._filter = None
        self._source = None
        self.discriminator = None

        if type is not None:
            self.type = type
        if filter is not None:
            self.filter = filter
        if source is not None:
            self.source = source
Exemplo n.º 17
0
    def __init__(self,
                 name=None,
                 description=None,
                 type=None,
                 local_vars_configuration=None):  # noqa: E501
        """WidgetParam - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._name = None
        self._description = None
        self._type = None
        self.discriminator = None

        if name is not None:
            self.name = name
        if description is not None:
            self.description = description
        if type is not None:
            self.type = type
Exemplo n.º 18
0
    def __init__(self,
                 id=None,
                 created=None,
                 duration=None,
                 source=None,
                 start_time=None,
                 summary=None,
                 metadata=None,
                 local_vars_configuration=None):  # noqa: E501
        """Run - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._created = None
        self._duration = None
        self._source = None
        self._start_time = None
        self._summary = None
        self._metadata = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if created is not None:
            self.created = created
        if duration is not None:
            self.duration = duration
        if source is not None:
            self.source = source
        if start_time is not None:
            self.start_time = start_time
        if summary is not None:
            self.summary = summary
        if metadata is not None:
            self.metadata = metadata