@@ -82,6 +82,7 @@ def openapi_types():
8282 """
8383 return {
8484 'code' : (str , none_type ,), # noqa: E501
85+ 'instructional_text' : (str , none_type ,), # noqa: E501
8586 'medium_logo_url' : (str , none_type ,), # noqa: E501
8687 'name' : (str , none_type ,), # noqa: E501
8788 'small_logo_url' : (str , none_type ,), # noqa: E501
@@ -100,6 +101,7 @@ def discriminator():
100101
101102 attribute_map = {
102103 'code' : 'code' , # noqa: E501
104+ 'instructional_text' : 'instructional_text' , # noqa: E501
103105 'medium_logo_url' : 'medium_logo_url' , # noqa: E501
104106 'name' : 'name' , # noqa: E501
105107 'small_logo_url' : 'small_logo_url' , # noqa: E501
@@ -153,6 +155,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
153155 through its discriminator because we passed in
154156 _visited_composed_classes = (Animal,)
155157 code (str, none_type): [optional] # noqa: E501
158+ instructional_text (str, none_type): [optional] # noqa: E501
156159 medium_logo_url (str, none_type): [optional] # noqa: E501
157160 name (str, none_type): [optional] # noqa: E501
158161 small_logo_url (str, none_type): [optional] # noqa: E501
@@ -244,6 +247,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
244247 through its discriminator because we passed in
245248 _visited_composed_classes = (Animal,)
246249 code (str, none_type): [optional] # noqa: E501
250+ instructional_text (str, none_type): [optional] # noqa: E501
247251 medium_logo_url (str, none_type): [optional] # noqa: E501
248252 name (str, none_type): [optional] # noqa: E501
249253 small_logo_url (str, none_type): [optional] # noqa: E501
0 commit comments