@@ -34,46 +34,43 @@ class ClientInfoForGetTaskResultOutput(object):
3434 """
3535 swagger_types = {
3636 'city' : 'str' ,
37- 'dns_local_dnsip ' : 'str' ,
37+ 'dns_local_dns_ip ' : 'str' ,
3838 'ip' : 'str' ,
3939 'ipv6' : 'str' ,
4040 'isp' : 'str' ,
4141 'region' : 'str' ,
42- 'tupe' : 'str' ,
4342 'type' : 'str'
4443 }
4544
4645 attribute_map = {
4746 'city' : 'City' ,
48- 'dns_local_dnsip ' : 'DNSLocalDNSIP ' ,
49- 'ip' : 'IP ' ,
47+ 'dns_local_dns_ip ' : 'DnsLocalDnsIp ' ,
48+ 'ip' : 'Ip ' ,
5049 'ipv6' : 'Ipv6' ,
5150 'isp' : 'Isp' ,
5251 'region' : 'Region' ,
53- 'tupe' : 'Tupe' ,
5452 'type' : 'Type'
5553 }
5654
57- def __init__ (self , city = None , dns_local_dnsip = None , ip = None , ipv6 = None , isp = None , region = None , tupe = None , type = None , _configuration = None ): # noqa: E501
55+ def __init__ (self , city = None , dns_local_dns_ip = None , ip = None , ipv6 = None , isp = None , region = None , type = None , _configuration = None ): # noqa: E501
5856 """ClientInfoForGetTaskResultOutput - a model defined in Swagger""" # noqa: E501
5957 if _configuration is None :
6058 _configuration = Configuration ()
6159 self ._configuration = _configuration
6260
6361 self ._city = None
64- self ._dns_local_dnsip = None
62+ self ._dns_local_dns_ip = None
6563 self ._ip = None
6664 self ._ipv6 = None
6765 self ._isp = None
6866 self ._region = None
69- self ._tupe = None
7067 self ._type = None
7168 self .discriminator = None
7269
7370 if city is not None :
7471 self .city = city
75- if dns_local_dnsip is not None :
76- self .dns_local_dnsip = dns_local_dnsip
72+ if dns_local_dns_ip is not None :
73+ self .dns_local_dns_ip = dns_local_dns_ip
7774 if ip is not None :
7875 self .ip = ip
7976 if ipv6 is not None :
@@ -82,8 +79,6 @@ def __init__(self, city=None, dns_local_dnsip=None, ip=None, ipv6=None, isp=None
8279 self .isp = isp
8380 if region is not None :
8481 self .region = region
85- if tupe is not None :
86- self .tupe = tupe
8782 if type is not None :
8883 self .type = type
8984
@@ -109,25 +104,25 @@ def city(self, city):
109104 self ._city = city
110105
111106 @property
112- def dns_local_dnsip (self ):
113- """Gets the dns_local_dnsip of this ClientInfoForGetTaskResultOutput. # noqa: E501
107+ def dns_local_dns_ip (self ):
108+ """Gets the dns_local_dns_ip of this ClientInfoForGetTaskResultOutput. # noqa: E501
114109
115110
116- :return: The dns_local_dnsip of this ClientInfoForGetTaskResultOutput. # noqa: E501
111+ :return: The dns_local_dns_ip of this ClientInfoForGetTaskResultOutput. # noqa: E501
117112 :rtype: str
118113 """
119- return self ._dns_local_dnsip
114+ return self ._dns_local_dns_ip
120115
121- @dns_local_dnsip .setter
122- def dns_local_dnsip (self , dns_local_dnsip ):
123- """Sets the dns_local_dnsip of this ClientInfoForGetTaskResultOutput.
116+ @dns_local_dns_ip .setter
117+ def dns_local_dns_ip (self , dns_local_dns_ip ):
118+ """Sets the dns_local_dns_ip of this ClientInfoForGetTaskResultOutput.
124119
125120
126- :param dns_local_dnsip : The dns_local_dnsip of this ClientInfoForGetTaskResultOutput. # noqa: E501
121+ :param dns_local_dns_ip : The dns_local_dns_ip of this ClientInfoForGetTaskResultOutput. # noqa: E501
127122 :type: str
128123 """
129124
130- self ._dns_local_dnsip = dns_local_dnsip
125+ self ._dns_local_dns_ip = dns_local_dns_ip
131126
132127 @property
133128 def ip (self ):
@@ -213,27 +208,6 @@ def region(self, region):
213208
214209 self ._region = region
215210
216- @property
217- def tupe (self ):
218- """Gets the tupe of this ClientInfoForGetTaskResultOutput. # noqa: E501
219-
220-
221- :return: The tupe of this ClientInfoForGetTaskResultOutput. # noqa: E501
222- :rtype: str
223- """
224- return self ._tupe
225-
226- @tupe .setter
227- def tupe (self , tupe ):
228- """Sets the tupe of this ClientInfoForGetTaskResultOutput.
229-
230-
231- :param tupe: The tupe of this ClientInfoForGetTaskResultOutput. # noqa: E501
232- :type: str
233- """
234-
235- self ._tupe = tupe
236-
237211 @property
238212 def type (self ):
239213 """Gets the type of this ClientInfoForGetTaskResultOutput. # noqa: E501
0 commit comments