Ejemplo n.º 1
0
    def __init__(self,
                 map_map_of_string=None,
                 map_of_enum_string=None,
                 direct_map=None,
                 indirect_map=None,
                 local_vars_configuration=None):  # noqa: E501
        """MapTest - 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._map_map_of_string = None
        self._map_of_enum_string = None
        self._direct_map = None
        self._indirect_map = None
        self.discriminator = None

        if map_map_of_string is not None:
            self.map_map_of_string = map_map_of_string
        if map_of_enum_string is not None:
            self.map_of_enum_string = map_of_enum_string
        if direct_map is not None:
            self.direct_map = direct_map
        if indirect_map is not None:
            self.indirect_map = indirect_map
Ejemplo n.º 2
0
    def __init__(self, id=None, username=None, first_name=None, last_name=None, email=None, password=None, phone=None, user_status=None, _configuration=None):  # noqa: E501
        """User - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._id = None
        self._username = None
        self._first_name = None
        self._last_name = None
        self._email = None
        self._password = None
        self._phone = None
        self._user_status = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if username is not None:
            self.username = username
        if first_name is not None:
            self.first_name = first_name
        if last_name is not None:
            self.last_name = last_name
        if email is not None:
            self.email = email
        if password is not None:
            self.password = password
        if phone is not None:
            self.phone = phone
        if user_status is not None:
            self.user_status = user_status
Ejemplo n.º 3
0
    def __init__(self, integer_prop=None, number_prop=None, boolean_prop=None, string_prop=None, date_prop=None, datetime_prop=None, array_nullable_prop=None, array_and_items_nullable_prop=None, array_items_nullable=None, object_nullable_prop=None, object_and_items_nullable_prop=None, object_items_nullable=None, local_vars_configuration=None):  # noqa: E501
        """NullableClass - 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._integer_prop = None
        self._number_prop = None
        self._boolean_prop = None
        self._string_prop = None
        self._date_prop = None
        self._datetime_prop = None
        self._array_nullable_prop = None
        self._array_and_items_nullable_prop = None
        self._array_items_nullable = None
        self._object_nullable_prop = None
        self._object_and_items_nullable_prop = None
        self._object_items_nullable = None
        self.discriminator = None

        self.integer_prop = integer_prop
        self.number_prop = number_prop
        self.boolean_prop = boolean_prop
        self.string_prop = string_prop
        self.date_prop = date_prop
        self.datetime_prop = datetime_prop
        self.array_nullable_prop = array_nullable_prop
        self.array_and_items_nullable_prop = array_and_items_nullable_prop
        if array_items_nullable is not None:
            self.array_items_nullable = array_items_nullable
        self.object_nullable_prop = object_nullable_prop
        self.object_and_items_nullable_prop = object_and_items_nullable_prop
        if object_items_nullable is not None:
            self.object_items_nullable = object_items_nullable
Ejemplo n.º 4
0
    def __init__(self,
                 id=None,
                 pet_id=None,
                 quantity=None,
                 ship_date=None,
                 status=None,
                 complete=False,
                 local_vars_configuration=None):  # noqa: E501
        """Order - 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._pet_id = None
        self._quantity = None
        self._ship_date = None
        self._status = None
        self._complete = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if pet_id is not None:
            self.pet_id = pet_id
        if quantity is not None:
            self.quantity = quantity
        if ship_date is not None:
            self.ship_date = ship_date
        if status is not None:
            self.status = status
        if complete is not None:
            self.complete = complete
Ejemplo n.º 5
0
    def __init__(self,
                 string_item=None,
                 number_item=None,
                 float_item=None,
                 integer_item=None,
                 bool_item=None,
                 array_item=None,
                 local_vars_configuration=None):  # noqa: E501
        """TypeHolderExample - 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._string_item = None
        self._number_item = None
        self._float_item = None
        self._integer_item = None
        self._bool_item = None
        self._array_item = None
        self.discriminator = None

        self.string_item = string_item
        self.number_item = number_item
        self.float_item = float_item
        self.integer_item = integer_item
        self.bool_item = bool_item
        self.array_item = array_item
Ejemplo n.º 6
0
    def __init__(self, enum_string=None, enum_string_required=None, enum_integer=None, enum_number=None, outer_enum=None, outer_enum_integer=None, outer_enum_default_value=None, outer_enum_integer_default_value=None, local_vars_configuration=None):  # noqa: E501
        """EnumTest - 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._enum_string = None
        self._enum_string_required = None
        self._enum_integer = None
        self._enum_number = None
        self._outer_enum = None
        self._outer_enum_integer = None
        self._outer_enum_default_value = None
        self._outer_enum_integer_default_value = None
        self.discriminator = None

        if enum_string is not None:
            self.enum_string = enum_string
        self.enum_string_required = enum_string_required
        if enum_integer is not None:
            self.enum_integer = enum_integer
        if enum_number is not None:
            self.enum_number = enum_number
        self.outer_enum = outer_enum
        if outer_enum_integer is not None:
            self.outer_enum_integer = outer_enum_integer
        if outer_enum_default_value is not None:
            self.outer_enum_default_value = outer_enum_default_value
        if outer_enum_integer_default_value is not None:
            self.outer_enum_integer_default_value = outer_enum_integer_default_value
Ejemplo n.º 7
0
    def __init__(self,
                 id=None,
                 category=None,
                 name=None,
                 photo_urls=None,
                 tags=None,
                 status=None,
                 local_vars_configuration=None):  # noqa: E501
        """Pet - 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._category = None
        self._name = None
        self._photo_urls = None
        self._tags = None
        self._status = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if category is not None:
            self.category = category
        self.name = name
        self.photo_urls = photo_urls
        if tags is not None:
            self.tags = tags
        if status is not None:
            self.status = status
Ejemplo n.º 8
0
    def __init__(self,
                 small_camel=None,
                 capital_camel=None,
                 small_snake=None,
                 capital_snake=None,
                 sca_eth_flow_points=None,
                 att_name=None,
                 _configuration=None):  # noqa: E501
        """Capitalization - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._small_camel = None
        self._capital_camel = None
        self._small_snake = None
        self._capital_snake = None
        self._sca_eth_flow_points = None
        self._att_name = None
        self.discriminator = None

        if small_camel is not None:
            self.small_camel = small_camel
        if capital_camel is not None:
            self.capital_camel = capital_camel
        if small_snake is not None:
            self.small_snake = small_snake
        if capital_snake is not None:
            self.capital_snake = capital_snake
        if sca_eth_flow_points is not None:
            self.sca_eth_flow_points = sca_eth_flow_points
        if att_name is not None:
            self.att_name = att_name
Ejemplo n.º 9
0
    def __init__(self,
                 enum_string=None,
                 enum_string_required=None,
                 enum_integer=None,
                 enum_number=None,
                 outer_enum=None,
                 _configuration=None):  # noqa: E501
        """EnumTest - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._enum_string = None
        self._enum_string_required = None
        self._enum_integer = None
        self._enum_number = None
        self._outer_enum = None
        self.discriminator = None

        if enum_string is not None:
            self.enum_string = enum_string
        self.enum_string_required = enum_string_required
        if enum_integer is not None:
            self.enum_integer = enum_integer
        if enum_number is not None:
            self.enum_number = enum_number
        if outer_enum is not None:
            self.outer_enum = outer_enum
Ejemplo n.º 10
0
    def __init__(self,
                 integer=None,
                 int32=None,
                 int64=None,
                 number=None,
                 _float=None,
                 double=None,
                 string=None,
                 byte=None,
                 binary=None,
                 _date=None,
                 date_time=None,
                 uuid=None,
                 password=None,
                 _configuration=None):  # noqa: E501
        """FormatTest - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._integer = None
        self._int32 = None
        self._int64 = None
        self._number = None
        self.__float = None
        self._double = None
        self._string = None
        self._byte = None
        self._binary = None
        self.__date = None
        self._date_time = None
        self._uuid = None
        self._password = None
        self.discriminator = None

        if integer is not None:
            self.integer = integer
        if int32 is not None:
            self.int32 = int32
        if int64 is not None:
            self.int64 = int64
        self.number = number
        if _float is not None:
            self._float = _float
        if double is not None:
            self.double = double
        if string is not None:
            self.string = string
        self.byte = byte
        if binary is not None:
            self.binary = binary
        self._date = _date
        if date_time is not None:
            self.date_time = date_time
        if uuid is not None:
            self.uuid = uuid
        self.password = password
Ejemplo n.º 11
0
    def __init__(self, client=None, _configuration=None):  # noqa: E501
        """Client - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._client = None
        self.discriminator = None

        if client is not None:
            self.client = client
Ejemplo n.º 12
0
    def __init__(self, _123_list=None, local_vars_configuration=None):  # noqa: E501
        """List - 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.__123_list = None
        self.discriminator = None

        if _123_list is not None:
            self._123_list = _123_list
Ejemplo n.º 13
0
    def __init__(self, _class=None, _configuration=None):  # noqa: E501
        """ClassModel - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self.__class = None
        self.discriminator = None

        if _class is not None:
            self._class = _class
Ejemplo n.º 14
0
    def __init__(self, _return=None, _configuration=None):  # noqa: E501
        """ModelReturn - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self.__return = None
        self.discriminator = None

        if _return is not None:
            self._return = _return
    def __init__(self, string=None, local_vars_configuration=None):  # noqa: E501
        """InlineResponseDefault - 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._string = None
        self.discriminator = None

        if string is not None:
            self.string = string
Ejemplo n.º 16
0
    def __init__(self, just_number=None, _configuration=None):  # noqa: E501
        """NumberOnly - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._just_number = None
        self.discriminator = None

        if just_number is not None:
            self.just_number = just_number
Ejemplo n.º 17
0
    def __init__(self, _123_list=None, _configuration=None):  # noqa: E501
        """List - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self.__123_list = None
        self.discriminator = None

        if _123_list is not None:
            self._123_list = _123_list
    def __init__(self, array_number=None, local_vars_configuration=None):  # noqa: E501
        """ArrayOfNumberOnly - 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._array_number = None
        self.discriminator = None

        if array_number is not None:
            self.array_number = array_number
Ejemplo n.º 19
0
    def __init__(self, breed=None, local_vars_configuration=None):  # noqa: E501
        """Dog - 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._breed = None
        self.discriminator = None

        if breed is not None:
            self.breed = breed
Ejemplo n.º 20
0
    def __init__(self, kind=None, local_vars_configuration=None):  # noqa: E501
        """BigCat - 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._kind = None
        self.discriminator = None

        if kind is not None:
            self.kind = kind
Ejemplo n.º 21
0
    def __init__(self, declawed=None, local_vars_configuration=None):  # noqa: E501
        """CatAllOf - 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._declawed = None
        self.discriminator = None

        if declawed is not None:
            self.declawed = declawed
Ejemplo n.º 22
0
    def __init__(self, bar='bar', local_vars_configuration=None):  # noqa: E501
        """Foo - 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._bar = None
        self.discriminator = None

        if bar is not None:
            self.bar = bar
Ejemplo n.º 23
0
    def __init__(self, breed=None, _configuration=None):  # noqa: E501
        """Dog - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._breed = None
        self.discriminator = None

        if breed is not None:
            self.breed = breed
Ejemplo n.º 24
0
    def __init__(self, declawed=None, _configuration=None):  # noqa: E501
        """Cat - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._declawed = None
        self.discriminator = None

        if declawed is not None:
            self.declawed = declawed
    def __init__(self, _return=None, local_vars_configuration=None):  # noqa: E501
        """ModelReturn - 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.__return = None
        self.discriminator = None

        if _return is not None:
            self._return = _return
    def __init__(self, name=None, local_vars_configuration=None):  # noqa: E501
        """AdditionalPropertiesNumber - 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.discriminator = None

        if name is not None:
            self.name = name
Ejemplo n.º 27
0
    def __init__(self, client=None, local_vars_configuration=None):  # noqa: E501
        """Client - 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._client = None
        self.discriminator = None

        if client is not None:
            self.client = client
Ejemplo n.º 28
0
    def __init__(self, array_number=None, _configuration=None):  # noqa: E501
        """ArrayOfNumberOnly - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._array_number = None
        self.discriminator = None

        if array_number is not None:
            self.array_number = array_number
    def __init__(self,
                 map_string=None,
                 map_number=None,
                 map_integer=None,
                 map_boolean=None,
                 map_array_integer=None,
                 map_array_anytype=None,
                 map_map_string=None,
                 map_map_anytype=None,
                 anytype_1=None,
                 anytype_2=None,
                 anytype_3=None,
                 local_vars_configuration=None):  # noqa: E501
        """AdditionalPropertiesClass - 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._map_string = None
        self._map_number = None
        self._map_integer = None
        self._map_boolean = None
        self._map_array_integer = None
        self._map_array_anytype = None
        self._map_map_string = None
        self._map_map_anytype = None
        self._anytype_1 = None
        self._anytype_2 = None
        self._anytype_3 = None
        self.discriminator = None

        if map_string is not None:
            self.map_string = map_string
        if map_number is not None:
            self.map_number = map_number
        if map_integer is not None:
            self.map_integer = map_integer
        if map_boolean is not None:
            self.map_boolean = map_boolean
        if map_array_integer is not None:
            self.map_array_integer = map_array_integer
        if map_array_anytype is not None:
            self.map_array_anytype = map_array_anytype
        if map_map_string is not None:
            self.map_map_string = map_map_string
        if map_map_anytype is not None:
            self.map_map_anytype = map_map_anytype
        if anytype_1 is not None:
            self.anytype_1 = anytype_1
        if anytype_2 is not None:
            self.anytype_2 = anytype_2
        if anytype_3 is not None:
            self.anytype_3 = anytype_3
    def __init__(self,
                 nullable_message=None,
                 local_vars_configuration=None):  # noqa: E501
        """HealthCheckResult - 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._nullable_message = None
        self.discriminator = None

        self.nullable_message = nullable_message