Ejemplo n.º 1
0
    def __init__(
        self,
        operator="MORE_THAN",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """MoreThan - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 2
0
    def __init__(self, status=None, id=None, category=None, sub_category=None, message=None, errors=None, context=None, links=None, local_vars_configuration=None):  # noqa: E501
        """StandardError - 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._id = None
        self._category = None
        self._sub_category = None
        self._message = None
        self._errors = None
        self._context = None
        self._links = None
        self.discriminator = None

        self.status = status
        if id is not None:
            self.id = id
        self.category = category
        if sub_category is not None:
            self.sub_category = sub_category
        self.message = message
        self.errors = errors
        self.context = context
        self.links = links
    def __init__(
        self,
        message=None,
        _in=None,
        code=None,
        sub_category=None,
        context=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """ErrorDetail - 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._message = None
        self.__in = None
        self._code = None
        self._sub_category = None
        self._context = None
        self.discriminator = None

        self.message = message
        if _in is not None:
            self._in = _in
        if code is not None:
            self.code = code
        if sub_category is not None:
            self.sub_category = sub_category
        if context is not None:
            self.context = context
    def __init__(
        self,
        operator="PIPELINE_PROBABILITY",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """PipelineProbability - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
    def __init__(
        self,
        operator="BOOLEAN_PROPERTY_VARIABLE",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """BooleanPropertyVariable - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 6
0
    def __init__(
        self,
        operator="CONCAT_STRINGS",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """ConcatStrings - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 7
0
    def __init__(
        self,
        operator="BEGINS_WITH",
        value=None,
        inputs=None,
        string_to_check=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """BeginsWith - 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._operator = None
        self._value = None
        self._inputs = None
        self._string_to_check = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        self.string_to_check = string_to_check
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 8
0
    def __init__(self,
                 message=None,
                 correlation_id=None,
                 category=None,
                 sub_category=None,
                 errors=None,
                 context=None,
                 links=None,
                 local_vars_configuration=None):  # noqa: E501
        """Error - 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._message = None
        self._correlation_id = None
        self._category = None
        self._sub_category = None
        self._errors = None
        self._context = None
        self._links = None
        self.discriminator = None

        self.message = message
        self.correlation_id = correlation_id
        self.category = category
        if sub_category is not None:
            self.sub_category = sub_category
        if errors is not None:
            self.errors = errors
        if context is not None:
            self.context = context
        if links is not None:
            self.links = links
    def __init__(
        self,
        label=None,
        object_property_name=None,
        options=None,
        name=None,
        type=None,
        created_at=None,
        updated_at=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """TimelineEventTemplateToken - 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._label = None
        self._object_property_name = None
        self._options = None
        self._name = None
        self._type = None
        self._created_at = None
        self._updated_at = None
        self.discriminator = None

        self.label = label
        if object_property_name is not None:
            self.object_property_name = object_property_name
        self.options = options
        self.name = name
        self.type = type
        if created_at is not None:
            self.created_at = created_at
        if updated_at is not None:
            self.updated_at = updated_at
Ejemplo n.º 10
0
    def __init__(
        self,
        link_label=None,
        header_label=None,
        url=None,
        width=None,
        height=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """TimelineEventIFrame - 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._link_label = None
        self._header_label = None
        self._url = None
        self._width = None
        self._height = None
        self.discriminator = None

        self.link_label = link_label
        self.header_label = header_label
        self.url = url
        self.width = width
        self.height = height
    def __init__(
        self,
        operator="PERIOD_TO_MONTHS",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """PeriodToMonths - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 12
0
    def __init__(self, status=None, results=None, num_errors=None, errors=None, requested_at=None, started_at=None, completed_at=None, links=None, local_vars_configuration=None):  # noqa: E501
        """BatchResponseTimelineEventResponseWithErrors - 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._results = None
        self._num_errors = None
        self._errors = None
        self._requested_at = None
        self._started_at = None
        self._completed_at = None
        self._links = None
        self.discriminator = None

        self.status = status
        self.results = results
        if num_errors is not None:
            self.num_errors = num_errors
        if errors is not None:
            self.errors = errors
        if requested_at is not None:
            self.requested_at = requested_at
        self.started_at = started_at
        self.completed_at = completed_at
        if links is not None:
            self.links = links
    def __init__(
        self,
        name=None,
        header_template=None,
        detail_template=None,
        tokens=None,
        id=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """TimelineEventTemplateUpdateRequest - 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._header_template = None
        self._detail_template = None
        self._tokens = None
        self._id = None
        self.discriminator = None

        self.name = name
        if header_template is not None:
            self.header_template = header_template
        if detail_template is not None:
            self.detail_template = detail_template
        self.tokens = tokens
        self.id = id
    def __init__(
        self,
        operator="HAS_EMAIL_REPLY",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """HasEmailReply - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 15
0
    def __init__(
        self,
        operator="IF_BOOLEAN",
        value=None,
        inputs=None,
        if_expression=None,
        else_expression=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """IfBoolean - 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._operator = None
        self._value = None
        self._inputs = None
        self._if_expression = None
        self._else_expression = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        self.if_expression = if_expression
        if else_expression is not None:
            self.else_expression = else_expression
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 16
0
    def __init__(
        self,
        operator="DIVIDE_NUMBERS",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """DivideNumbers - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 17
0
    def __init__(
        self,
        operator="FETCH_EXCHANGE_RATE",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """FetchExchangeRate - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 18
0
    def __init__(
        self,
        operator="IS_PRESENT",
        value=None,
        inputs=None,
        expression_to_evaluate=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """IsPresent - 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._operator = None
        self._value = None
        self._inputs = None
        self._expression_to_evaluate = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        self.expression_to_evaluate = expression_to_evaluate
        if property_name is not None:
            self.property_name = property_name
    def __init__(
        self,
        operator="EXTRACT_MOST_RECENT_PLAIN_TEXT_EMAIL_REPLY",
        value=None,
        inputs=None,
        property_name=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """ExtractMostRecentPlainTextEmailReply - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name
Ejemplo n.º 20
0
    def __init__(self, details=None, local_vars_configuration=None):  # noqa: E501
        """EventDetail - 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._details = None
        self.discriminator = None

        self.details = details
Ejemplo n.º 21
0
    def __init__(
        self,
        object_type=None,
        created_at=None,
        id=None,
        event_template_id=None,
        email=None,
        object_id=None,
        utk=None,
        domain=None,
        timestamp=None,
        tokens=None,
        extra_data=None,
        timeline_i_frame=None,
        local_vars_configuration=None,
    ):  # noqa: E501
        """TimelineEventResponse - 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._object_type = None
        self._created_at = None
        self._id = None
        self._event_template_id = None
        self._email = None
        self._object_id = None
        self._utk = None
        self._domain = None
        self._timestamp = None
        self._tokens = None
        self._extra_data = None
        self._timeline_i_frame = None
        self.discriminator = None

        self.object_type = object_type
        if created_at is not None:
            self.created_at = created_at
        self.id = id
        self.event_template_id = event_template_id
        if email is not None:
            self.email = email
        if object_id is not None:
            self.object_id = object_id
        if utk is not None:
            self.utk = utk
        if domain is not None:
            self.domain = domain
        if timestamp is not None:
            self.timestamp = timestamp
        self.tokens = tokens
        if extra_data is not None:
            self.extra_data = extra_data
        if timeline_i_frame is not None:
            self.timeline_i_frame = timeline_i_frame
Ejemplo n.º 22
0
    def __init__(self, next=None, local_vars_configuration=None):  # noqa: E501
        """Paging - 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._next = None
        self.discriminator = None

        if next is not None:
            self.next = next
    def __init__(self,
                 inputs=None,
                 local_vars_configuration=None):  # noqa: E501
        """BatchInputTimelineEvent - 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._inputs = None
        self.discriminator = None

        self.inputs = inputs
Ejemplo n.º 24
0
    def __init__(self,
                 http_status=None,
                 name=None,
                 local_vars_configuration=None):  # noqa: E501
        """ErrorCategory - 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._http_status = None
        self._name = None
        self.discriminator = None

        self.http_status = http_status
        self.name = name
Ejemplo n.º 25
0
    def __init__(self,
                 value=None,
                 label=None,
                 local_vars_configuration=None):  # noqa: E501
        """TimelineEventTemplateTokenOption - 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._value = None
        self._label = None
        self.discriminator = None

        self.value = value
        self.label = label
    def __init__(self,
                 before=None,
                 link=None,
                 local_vars_configuration=None):  # noqa: E501
        """PreviousPage - 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._before = None
        self._link = None
        self.discriminator = None

        self.before = before
        if link is not None:
            self.link = link
Ejemplo n.º 27
0
    def __init__(self,
                 results=None,
                 paging=None,
                 local_vars_configuration=None):  # noqa: E501
        """CollectionResponseTimelineEventTemplate - 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._results = None
        self._paging = None
        self.discriminator = None

        self.results = results
        if paging is not None:
            self.paging = paging
Ejemplo n.º 28
0
    def __init__(self,
                 after=None,
                 link=None,
                 local_vars_configuration=None):  # noqa: E501
        """NextPage - 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._after = None
        self._link = None
        self.discriminator = None

        self.after = after
        if link is not None:
            self.link = link
Ejemplo n.º 29
0
    def __init__(self,
                 configuration=None,
                 header_name=None,
                 header_value=None,
                 cookie=None,
                 pool_threads=1):
        if configuration is None:
            configuration = Configuration()
        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/1.0.0/python'
        self.client_side_validation = configuration.client_side_validation
Ejemplo n.º 30
0
    def __init__(self, operator='NUMBER_TO_STRING', value=None, inputs=None, property_name=None, local_vars_configuration=None):  # noqa: E501
        """NumberToString - 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._operator = None
        self._value = None
        self._inputs = None
        self._property_name = None
        self.discriminator = None

        self.operator = operator
        if value is not None:
            self.value = value
        if inputs is not None:
            self.inputs = inputs
        if property_name is not None:
            self.property_name = property_name