@@ -33,13 +33,13 @@ class LineDetailForGetStreamsAPIOutput(object):
3333 and the value is json key in definition.
3434 """
3535 swagger_types = {
36- 'back_push_info' : 'list[ BackPushInfoForGetStreamsAPIOutput] ' ,
37- 'backup_forward_info' : 'list[ BackupForwardInfoForGetStreamsAPIOutput] ' ,
36+ 'back_push_info' : 'BackPushInfoForGetStreamsAPIOutput' ,
37+ 'backup_forward_info' : 'BackupForwardInfoForGetStreamsAPIOutput' ,
3838 'expire_time' : 'int' ,
39- 'forward_info' : 'list[ ForwardInfoForGetStreamsAPIOutput] ' ,
39+ 'forward_info' : 'ForwardInfoForGetStreamsAPIOutput' ,
4040 'line_id' : 'int' ,
4141 'line_name' : 'str' ,
42- 'main_push_info' : 'list[ MainPushInfoForGetStreamsAPIOutput] ' ,
42+ 'main_push_info' : 'MainPushInfoForGetStreamsAPIOutput' ,
4343 'ratio' : 'str'
4444 }
4545
@@ -93,7 +93,7 @@ def back_push_info(self):
9393
9494
9595 :return: The back_push_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
96- :rtype: list[ BackPushInfoForGetStreamsAPIOutput]
96+ :rtype: BackPushInfoForGetStreamsAPIOutput
9797 """
9898 return self ._back_push_info
9999
@@ -103,7 +103,7 @@ def back_push_info(self, back_push_info):
103103
104104
105105 :param back_push_info: The back_push_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
106- :type: list[ BackPushInfoForGetStreamsAPIOutput]
106+ :type: BackPushInfoForGetStreamsAPIOutput
107107 """
108108
109109 self ._back_push_info = back_push_info
@@ -114,7 +114,7 @@ def backup_forward_info(self):
114114
115115
116116 :return: The backup_forward_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
117- :rtype: list[ BackupForwardInfoForGetStreamsAPIOutput]
117+ :rtype: BackupForwardInfoForGetStreamsAPIOutput
118118 """
119119 return self ._backup_forward_info
120120
@@ -124,7 +124,7 @@ def backup_forward_info(self, backup_forward_info):
124124
125125
126126 :param backup_forward_info: The backup_forward_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
127- :type: list[ BackupForwardInfoForGetStreamsAPIOutput]
127+ :type: BackupForwardInfoForGetStreamsAPIOutput
128128 """
129129
130130 self ._backup_forward_info = backup_forward_info
@@ -156,7 +156,7 @@ def forward_info(self):
156156
157157
158158 :return: The forward_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
159- :rtype: list[ ForwardInfoForGetStreamsAPIOutput]
159+ :rtype: ForwardInfoForGetStreamsAPIOutput
160160 """
161161 return self ._forward_info
162162
@@ -166,7 +166,7 @@ def forward_info(self, forward_info):
166166
167167
168168 :param forward_info: The forward_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
169- :type: list[ ForwardInfoForGetStreamsAPIOutput]
169+ :type: ForwardInfoForGetStreamsAPIOutput
170170 """
171171
172172 self ._forward_info = forward_info
@@ -219,7 +219,7 @@ def main_push_info(self):
219219
220220
221221 :return: The main_push_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
222- :rtype: list[ MainPushInfoForGetStreamsAPIOutput]
222+ :rtype: MainPushInfoForGetStreamsAPIOutput
223223 """
224224 return self ._main_push_info
225225
@@ -229,7 +229,7 @@ def main_push_info(self, main_push_info):
229229
230230
231231 :param main_push_info: The main_push_info of this LineDetailForGetStreamsAPIOutput. # noqa: E501
232- :type: list[ MainPushInfoForGetStreamsAPIOutput]
232+ :type: MainPushInfoForGetStreamsAPIOutput
233233 """
234234
235235 self ._main_push_info = main_push_info
0 commit comments