criteo-api-marketingsolutions-sdk 2024.10.0.241029__py3-none-any.whl → 2024.10.0.250205__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of criteo-api-marketingsolutions-sdk might be problematic. Click here for more details.

Files changed (46) hide show
  1. {criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info → criteo_api_marketingsolutions_sdk-2024.10.0.250205.dist-info}/METADATA +14 -5
  2. {criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info → criteo_api_marketingsolutions_sdk-2024.10.0.250205.dist-info}/RECORD +44 -44
  3. {criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info → criteo_api_marketingsolutions_sdk-2024.10.0.250205.dist-info}/WHEEL +1 -1
  4. criteo_api_marketingsolutions_v2024_10/__init__.py +1 -1
  5. criteo_api_marketingsolutions_v2024_10/api/creative_api.py +107 -101
  6. criteo_api_marketingsolutions_v2024_10/api_client.py +1 -1
  7. criteo_api_marketingsolutions_v2024_10/configuration.py +1 -1
  8. criteo_api_marketingsolutions_v2024_10/model/ad.py +4 -0
  9. criteo_api_marketingsolutions_v2024_10/model/ad_set_frequency_capping_v24_q1.py +1 -1
  10. criteo_api_marketingsolutions_v2024_10/model/adaptive_attributes.py +0 -10
  11. criteo_api_marketingsolutions_v2024_10/model/adaptive_write_attributes.py +0 -4
  12. criteo_api_marketingsolutions_v2024_10/model/coupon.py +4 -2
  13. criteo_api_marketingsolutions_v2024_10/model/coupon_supported_sizes.py +0 -4
  14. criteo_api_marketingsolutions_v2024_10/model/create_coupon.py +0 -2
  15. criteo_api_marketingsolutions_v2024_10/model/create_image_slide.py +0 -2
  16. criteo_api_marketingsolutions_v2024_10/model/creative.py +4 -0
  17. criteo_api_marketingsolutions_v2024_10/model/dynamic_attributes.py +0 -4
  18. criteo_api_marketingsolutions_v2024_10/model/dynamic_write_attributes.py +6 -6
  19. criteo_api_marketingsolutions_v2024_10/model/html_tag_attributes.py +0 -2
  20. criteo_api_marketingsolutions_v2024_10/model/html_tag_write_attributes.py +0 -2
  21. criteo_api_marketingsolutions_v2024_10/model/image_attributes.py +0 -2
  22. criteo_api_marketingsolutions_v2024_10/model/image_set.py +0 -2
  23. criteo_api_marketingsolutions_v2024_10/model/image_slide.py +0 -2
  24. criteo_api_marketingsolutions_v2024_10/model/{creative_response.py → resource_collection_outcome_of_ad.py} +8 -12
  25. criteo_api_marketingsolutions_v2024_10/model/{ad_list_response.py → resource_collection_outcome_of_coupon.py} +8 -14
  26. criteo_api_marketingsolutions_v2024_10/model/resource_collection_outcome_of_creative.py +281 -0
  27. criteo_api_marketingsolutions_v2024_10/model/{ad_write_request.py → resource_input_of_ad_write.py} +8 -8
  28. criteo_api_marketingsolutions_v2024_10/model/{create_coupon_request.py → resource_input_of_create_coupon.py} +8 -8
  29. criteo_api_marketingsolutions_v2024_10/model/{creative_write_request.py → resource_input_of_creative_write.py} +8 -8
  30. criteo_api_marketingsolutions_v2024_10/model/{update_coupon_request.py → resource_input_of_update_coupon.py} +8 -8
  31. criteo_api_marketingsolutions_v2024_10/model/{ad_resource.py → resource_of_ad.py} +5 -5
  32. criteo_api_marketingsolutions_v2024_10/model/{ad_write_resource.py → resource_of_ad_write.py} +5 -5
  33. criteo_api_marketingsolutions_v2024_10/model/{coupon_resource.py → resource_of_coupon.py} +5 -5
  34. criteo_api_marketingsolutions_v2024_10/model/{coupon_supported_sizes_resource.py → resource_of_coupon_supported_sizes.py} +5 -5
  35. criteo_api_marketingsolutions_v2024_10/model/{create_coupon_resource.py → resource_of_create_coupon.py} +5 -5
  36. criteo_api_marketingsolutions_v2024_10/model/{creative_resource.py → resource_of_creative.py} +5 -5
  37. criteo_api_marketingsolutions_v2024_10/model/{creative_write_resource.py → resource_of_creative_write.py} +5 -5
  38. criteo_api_marketingsolutions_v2024_10/model/{update_coupon_resource.py → resource_of_update_coupon.py} +5 -5
  39. criteo_api_marketingsolutions_v2024_10/model/{ad_response.py → resource_outcome_of_ad.py} +8 -12
  40. criteo_api_marketingsolutions_v2024_10/model/{coupon_response.py → resource_outcome_of_coupon.py} +8 -12
  41. criteo_api_marketingsolutions_v2024_10/model/{coupon_list_response.py → resource_outcome_of_coupon_supported_sizes.py} +8 -14
  42. criteo_api_marketingsolutions_v2024_10/model/resource_outcome_of_creative.py +281 -0
  43. criteo_api_marketingsolutions_v2024_10/models/__init__.py +19 -19
  44. criteo_api_marketingsolutions_v2024_10/model/coupon_supported_sizes_response.py +0 -285
  45. criteo_api_marketingsolutions_v2024_10/model/creative_list_response.py +0 -287
  46. {criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info → criteo_api_marketingsolutions_sdk-2024.10.0.250205.dist-info}/top_level.txt +0 -0
@@ -76,7 +76,7 @@ class ApiClient(object):
76
76
  self.default_headers[header_name] = header_value
77
77
  self.cookie = cookie
78
78
  # Set default User-Agent.
79
- self.user_agent = 'OpenAPI-Generator/2024.10.0.241029/python'
79
+ self.user_agent = 'OpenAPI-Generator/2024.10.0.250205/python'
80
80
 
81
81
  def __enter__(self):
82
82
  return self
@@ -395,7 +395,7 @@ class Configuration(object):
395
395
  "OS: {env}\n"\
396
396
  "Python Version: {pyversion}\n"\
397
397
  "Version of the API: 2024-10\n"\
398
- "SDK Package Version: 2024.10.0.241029".\
398
+ "SDK Package Version: 2024.10.0.250205".\
399
399
  format(env=sys.platform, pyversion=sys.version)
400
400
 
401
401
  def get_host_settings(self):
@@ -94,6 +94,7 @@ class Ad(ModelNormal):
94
94
  'inventory_type': (str, none_type,), # noqa: E501
95
95
  'start_date': (str, none_type,), # noqa: E501
96
96
  'end_date': (str, none_type,), # noqa: E501
97
+ 'id': (str, none_type,), # noqa: E501
97
98
  }
98
99
 
99
100
  @cached_property
@@ -109,6 +110,7 @@ class Ad(ModelNormal):
109
110
  'inventory_type': 'inventoryType', # noqa: E501
110
111
  'start_date': 'startDate', # noqa: E501
111
112
  'end_date': 'endDate', # noqa: E501
113
+ 'id': 'id', # noqa: E501
112
114
  }
113
115
 
114
116
  read_only_vars = {
@@ -159,6 +161,7 @@ class Ad(ModelNormal):
159
161
  inventory_type (str, none_type): The inventory the Ad belongs to. Possible values are \"Display\" and \"Native\". This is optional since this doesn't make sense for every creative type but will throw an error if not set for a dynamic creative.. [optional] # noqa: E501
160
162
  start_date (str, none_type): The date when the ad will be launched String must be in ISO8601 format. [optional] # noqa: E501
161
163
  end_date (str, none_type): The date when when we will stop to show this ad. If the end date is not specified (i.e. null) then the ad will go on forever String must be in ISO8601 format. [optional] # noqa: E501
164
+ id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
162
165
  """
163
166
 
164
167
  _check_type = kwargs.pop('_check_type', True)
@@ -251,6 +254,7 @@ class Ad(ModelNormal):
251
254
  inventory_type (str, none_type): The inventory the Ad belongs to. Possible values are \"Display\" and \"Native\". This is optional since this doesn't make sense for every creative type but will throw an error if not set for a dynamic creative.. [optional] # noqa: E501
252
255
  start_date (str, none_type): The date when the ad will be launched String must be in ISO8601 format. [optional] # noqa: E501
253
256
  end_date (str, none_type): The date when when we will stop to show this ad. If the end date is not specified (i.e. null) then the ad will go on forever String must be in ISO8601 format. [optional] # noqa: E501
257
+ id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
254
258
  """
255
259
 
256
260
  _check_type = kwargs.pop('_check_type', True)
@@ -75,7 +75,7 @@ class AdSetFrequencyCappingV24Q1(ModelNormal):
75
75
  """
76
76
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
77
77
 
78
- _nullable = False
78
+ _nullable = True
79
79
 
80
80
  @cached_property
81
81
  def openapi_types():
@@ -78,16 +78,6 @@ class AdaptiveAttributes(ModelNormal):
78
78
  }
79
79
 
80
80
  validations = {
81
- ('layouts',): {
82
- },
83
- ('logos',): {
84
- },
85
- ('calls_to_action',): {
86
- },
87
- ('image_sets',): {
88
- },
89
- ('videos',): {
90
- },
91
81
  }
92
82
 
93
83
  @cached_property
@@ -80,10 +80,6 @@ class AdaptiveWriteAttributes(ModelNormal):
80
80
  ('calls_to_action',): {
81
81
  'min_items': 1,
82
82
  },
83
- ('image_sets_base64',): {
84
- },
85
- ('video_base64_strings',): {
86
- },
87
83
  }
88
84
 
89
85
  @cached_property
@@ -62,8 +62,6 @@ class Coupon(ModelNormal):
62
62
  }
63
63
 
64
64
  validations = {
65
- ('images',): {
66
- },
67
65
  }
68
66
 
69
67
  @cached_property
@@ -103,6 +101,7 @@ class Coupon(ModelNormal):
103
101
  'show_every': (int, none_type,), # noqa: E501
104
102
  'show_duration': (int, none_type,), # noqa: E501
105
103
  'rotations_number': (int, none_type,), # noqa: E501
104
+ 'id': (str, none_type,), # noqa: E501
106
105
  }
107
106
 
108
107
  @cached_property
@@ -125,6 +124,7 @@ class Coupon(ModelNormal):
125
124
  'show_every': 'showEvery', # noqa: E501
126
125
  'show_duration': 'showDuration', # noqa: E501
127
126
  'rotations_number': 'rotationsNumber', # noqa: E501
127
+ 'id': 'id', # noqa: E501
128
128
  }
129
129
 
130
130
  read_only_vars = {
@@ -182,6 +182,7 @@ class Coupon(ModelNormal):
182
182
  show_every (int, none_type): Show the Coupon every N seconds (between 1 and 10). [optional] # noqa: E501
183
183
  show_duration (int, none_type): Show Coupon for a duration of N seconds (between 1 and 5). [optional] # noqa: E501
184
184
  rotations_number (int, none_type): Number of rotations for the Coupons (from 1 to 10 times). [optional] # noqa: E501
185
+ id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
185
186
  """
186
187
 
187
188
  _check_type = kwargs.pop('_check_type', True)
@@ -281,6 +282,7 @@ class Coupon(ModelNormal):
281
282
  show_every (int, none_type): Show the Coupon every N seconds (between 1 and 10). [optional] # noqa: E501
282
283
  show_duration (int, none_type): Show Coupon for a duration of N seconds (between 1 and 5). [optional] # noqa: E501
283
284
  rotations_number (int, none_type): Number of rotations for the Coupons (from 1 to 10 times). [optional] # noqa: E501
285
+ id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
284
286
  """
285
287
 
286
288
  _check_type = kwargs.pop('_check_type', True)
@@ -58,10 +58,6 @@ class CouponSupportedSizes(ModelNormal):
58
58
  }
59
59
 
60
60
  validations = {
61
- ('logo_zone',): {
62
- },
63
- ('full_frame',): {
64
- },
65
61
  }
66
62
 
67
63
  @cached_property
@@ -66,8 +66,6 @@ class CreateCoupon(ModelNormal):
66
66
  }
67
67
 
68
68
  validations = {
69
- ('images',): {
70
- },
71
69
  ('show_every',): {
72
70
  'inclusive_maximum': 10,
73
71
  'inclusive_minimum': 1,
@@ -58,8 +58,6 @@ class CreateImageSlide(ModelNormal):
58
58
  }
59
59
 
60
60
  validations = {
61
- ('slide_base64_strings',): {
62
- },
63
61
  }
64
62
 
65
63
  @cached_property
@@ -104,6 +104,7 @@ class Creative(ModelNormal):
104
104
  'html_tag_attributes': (HtmlTagAttributes,), # noqa: E501
105
105
  'dynamic_attributes': (DynamicAttributes,), # noqa: E501
106
106
  'adaptive_attributes': (AdaptiveAttributes,), # noqa: E501
107
+ 'id': (str, none_type,), # noqa: E501
107
108
  }
108
109
 
109
110
  @cached_property
@@ -123,6 +124,7 @@ class Creative(ModelNormal):
123
124
  'html_tag_attributes': 'htmlTagAttributes', # noqa: E501
124
125
  'dynamic_attributes': 'dynamicAttributes', # noqa: E501
125
126
  'adaptive_attributes': 'adaptiveAttributes', # noqa: E501
127
+ 'id': 'id', # noqa: E501
126
128
  }
127
129
 
128
130
  read_only_vars = {
@@ -179,6 +181,7 @@ class Creative(ModelNormal):
179
181
  html_tag_attributes (HtmlTagAttributes): [optional] # noqa: E501
180
182
  dynamic_attributes (DynamicAttributes): [optional] # noqa: E501
181
183
  adaptive_attributes (AdaptiveAttributes): [optional] # noqa: E501
184
+ id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
182
185
  """
183
186
 
184
187
  _check_type = kwargs.pop('_check_type', True)
@@ -281,6 +284,7 @@ class Creative(ModelNormal):
281
284
  html_tag_attributes (HtmlTagAttributes): [optional] # noqa: E501
282
285
  dynamic_attributes (DynamicAttributes): [optional] # noqa: E501
283
286
  adaptive_attributes (AdaptiveAttributes): [optional] # noqa: E501
287
+ id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
284
288
  """
285
289
 
286
290
  _check_type = kwargs.pop('_check_type', True)
@@ -67,10 +67,6 @@ class DynamicAttributes(ModelNormal):
67
67
  }
68
68
 
69
69
  validations = {
70
- ('logos',): {
71
- },
72
- ('calls_to_action',): {
73
- },
74
70
  }
75
71
 
76
72
  @cached_property
@@ -124,8 +124,8 @@ class DynamicWriteAttributes(ModelNormal):
124
124
 
125
125
  Args:
126
126
  logo_base64_string (str): Logo image as a base-64 encoded string
127
- body_text_color (str): Color of the creative's body text Valid hexadecimal RGB color (e.g. \"AB00FF\")
128
- prices_color (str): Color of the creative's prices Valid hexadecimal RGB color (e.g. \"AB00FF\")
127
+ body_text_color (str): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\")
128
+ prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
129
129
  calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
130
130
  product_image_display (str): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.
131
131
 
@@ -160,7 +160,7 @@ class DynamicWriteAttributes(ModelNormal):
160
160
  Animal class but this time we won't travel
161
161
  through its discriminator because we passed in
162
162
  _visited_composed_classes = (Animal,)
163
- creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal RGB color (e.g. \"AB00FF\"). [optional] # noqa: E501
163
+ creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
164
164
  primary_font (str, none_type): Font of the primary font Valid supported font like \"Arial\". [optional] # noqa: E501
165
165
  """
166
166
 
@@ -223,8 +223,8 @@ class DynamicWriteAttributes(ModelNormal):
223
223
 
224
224
  Args:
225
225
  logo_base64_string (str): Logo image as a base-64 encoded string
226
- body_text_color (str): Color of the creative's body text Valid hexadecimal RGB color (e.g. \"AB00FF\")
227
- prices_color (str): Color of the creative's prices Valid hexadecimal RGB color (e.g. \"AB00FF\")
226
+ body_text_color (str): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\")
227
+ prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
228
228
  calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
229
229
  product_image_display (str): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.
230
230
 
@@ -259,7 +259,7 @@ class DynamicWriteAttributes(ModelNormal):
259
259
  Animal class but this time we won't travel
260
260
  through its discriminator because we passed in
261
261
  _visited_composed_classes = (Animal,)
262
- creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal RGB color (e.g. \"AB00FF\"). [optional] # noqa: E501
262
+ creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
263
263
  primary_font (str, none_type): Font of the primary font Valid supported font like \"Arial\". [optional] # noqa: E501
264
264
  """
265
265
 
@@ -62,8 +62,6 @@ class HtmlTagAttributes(ModelNormal):
62
62
  }
63
63
 
64
64
  validations = {
65
- ('tags',): {
66
- },
67
65
  }
68
66
 
69
67
  @cached_property
@@ -62,8 +62,6 @@ class HtmlTagWriteAttributes(ModelNormal):
62
62
  }
63
63
 
64
64
  validations = {
65
- ('tags',): {
66
- },
67
65
  }
68
66
 
69
67
  @cached_property
@@ -58,8 +58,6 @@ class ImageAttributes(ModelNormal):
58
58
  }
59
59
 
60
60
  validations = {
61
- ('urls',): {
62
- },
63
61
  }
64
62
 
65
63
  @cached_property
@@ -62,8 +62,6 @@ class ImageSet(ModelNormal):
62
62
  }
63
63
 
64
64
  validations = {
65
- ('images',): {
66
- },
67
65
  }
68
66
 
69
67
  @cached_property
@@ -58,8 +58,6 @@ class ImageSlide(ModelNormal):
58
58
  }
59
59
 
60
60
  validations = {
61
- ('slide_urls',): {
62
- },
63
61
  }
64
62
 
65
63
  @cached_property
@@ -31,12 +31,12 @@ from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
31
31
 
32
32
  def lazy_import():
33
33
  from criteo_api_marketingsolutions_v2024_10.model.common_problem import CommonProblem
34
- from criteo_api_marketingsolutions_v2024_10.model.creative_resource import CreativeResource
34
+ from criteo_api_marketingsolutions_v2024_10.model.resource_of_ad import ResourceOfAd
35
35
  globals()['CommonProblem'] = CommonProblem
36
- globals()['CreativeResource'] = CreativeResource
36
+ globals()['ResourceOfAd'] = ResourceOfAd
37
37
 
38
38
 
39
- class CreativeResponse(ModelNormal):
39
+ class ResourceCollectionOutcomeOfAd(ModelNormal):
40
40
  """NOTE: This class is auto generated by OpenAPI Generator.
41
41
  Ref: https://openapi-generator.tech
42
42
 
@@ -64,10 +64,6 @@ class CreativeResponse(ModelNormal):
64
64
  }
65
65
 
66
66
  validations = {
67
- ('warnings',): {
68
- },
69
- ('errors',): {
70
- },
71
67
  }
72
68
 
73
69
  @cached_property
@@ -93,7 +89,7 @@ class CreativeResponse(ModelNormal):
93
89
  """
94
90
  lazy_import()
95
91
  return {
96
- 'data': (CreativeResource,), # noqa: E501
92
+ 'data': ([ResourceOfAd], none_type,), # noqa: E501
97
93
  'warnings': ([CommonProblem], none_type,), # noqa: E501
98
94
  'errors': ([CommonProblem], none_type,), # noqa: E501
99
95
  }
@@ -119,7 +115,7 @@ class CreativeResponse(ModelNormal):
119
115
  @classmethod
120
116
  @convert_js_args_to_python_args
121
117
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
122
- """CreativeResponse - a model defined in OpenAPI
118
+ """ResourceCollectionOutcomeOfAd - a model defined in OpenAPI
123
119
 
124
120
  Keyword Args:
125
121
  _check_type (bool): if True, values for parameters in openapi_types
@@ -152,7 +148,7 @@ class CreativeResponse(ModelNormal):
152
148
  Animal class but this time we won't travel
153
149
  through its discriminator because we passed in
154
150
  _visited_composed_classes = (Animal,)
155
- data (CreativeResource): [optional] # noqa: E501
151
+ data ([ResourceOfAd], none_type): [optional] # noqa: E501
156
152
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
157
153
  errors ([CommonProblem], none_type): [optional] # noqa: E501
158
154
  """
@@ -207,7 +203,7 @@ class CreativeResponse(ModelNormal):
207
203
 
208
204
  @convert_js_args_to_python_args
209
205
  def __init__(self, *args, **kwargs): # noqa: E501
210
- """CreativeResponse - a model defined in OpenAPI
206
+ """ResourceCollectionOutcomeOfAd - a model defined in OpenAPI
211
207
 
212
208
  Keyword Args:
213
209
  _check_type (bool): if True, values for parameters in openapi_types
@@ -240,7 +236,7 @@ class CreativeResponse(ModelNormal):
240
236
  Animal class but this time we won't travel
241
237
  through its discriminator because we passed in
242
238
  _visited_composed_classes = (Animal,)
243
- data (CreativeResource): [optional] # noqa: E501
239
+ data ([ResourceOfAd], none_type): [optional] # noqa: E501
244
240
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
245
241
  errors ([CommonProblem], none_type): [optional] # noqa: E501
246
242
  """
@@ -30,13 +30,13 @@ from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_marketingsolutions_v2024_10.model.ad_resource import AdResource
34
33
  from criteo_api_marketingsolutions_v2024_10.model.common_problem import CommonProblem
35
- globals()['AdResource'] = AdResource
34
+ from criteo_api_marketingsolutions_v2024_10.model.resource_of_coupon import ResourceOfCoupon
36
35
  globals()['CommonProblem'] = CommonProblem
36
+ globals()['ResourceOfCoupon'] = ResourceOfCoupon
37
37
 
38
38
 
39
- class AdListResponse(ModelNormal):
39
+ class ResourceCollectionOutcomeOfCoupon(ModelNormal):
40
40
  """NOTE: This class is auto generated by OpenAPI Generator.
41
41
  Ref: https://openapi-generator.tech
42
42
 
@@ -64,12 +64,6 @@ class AdListResponse(ModelNormal):
64
64
  }
65
65
 
66
66
  validations = {
67
- ('data',): {
68
- },
69
- ('warnings',): {
70
- },
71
- ('errors',): {
72
- },
73
67
  }
74
68
 
75
69
  @cached_property
@@ -95,7 +89,7 @@ class AdListResponse(ModelNormal):
95
89
  """
96
90
  lazy_import()
97
91
  return {
98
- 'data': ([AdResource], none_type,), # noqa: E501
92
+ 'data': ([ResourceOfCoupon], none_type,), # noqa: E501
99
93
  'warnings': ([CommonProblem], none_type,), # noqa: E501
100
94
  'errors': ([CommonProblem], none_type,), # noqa: E501
101
95
  }
@@ -121,7 +115,7 @@ class AdListResponse(ModelNormal):
121
115
  @classmethod
122
116
  @convert_js_args_to_python_args
123
117
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
124
- """AdListResponse - a model defined in OpenAPI
118
+ """ResourceCollectionOutcomeOfCoupon - a model defined in OpenAPI
125
119
 
126
120
  Keyword Args:
127
121
  _check_type (bool): if True, values for parameters in openapi_types
@@ -154,7 +148,7 @@ class AdListResponse(ModelNormal):
154
148
  Animal class but this time we won't travel
155
149
  through its discriminator because we passed in
156
150
  _visited_composed_classes = (Animal,)
157
- data ([AdResource], none_type): [optional] # noqa: E501
151
+ data ([ResourceOfCoupon], none_type): [optional] # noqa: E501
158
152
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
159
153
  errors ([CommonProblem], none_type): [optional] # noqa: E501
160
154
  """
@@ -209,7 +203,7 @@ class AdListResponse(ModelNormal):
209
203
 
210
204
  @convert_js_args_to_python_args
211
205
  def __init__(self, *args, **kwargs): # noqa: E501
212
- """AdListResponse - a model defined in OpenAPI
206
+ """ResourceCollectionOutcomeOfCoupon - a model defined in OpenAPI
213
207
 
214
208
  Keyword Args:
215
209
  _check_type (bool): if True, values for parameters in openapi_types
@@ -242,7 +236,7 @@ class AdListResponse(ModelNormal):
242
236
  Animal class but this time we won't travel
243
237
  through its discriminator because we passed in
244
238
  _visited_composed_classes = (Animal,)
245
- data ([AdResource], none_type): [optional] # noqa: E501
239
+ data ([ResourceOfCoupon], none_type): [optional] # noqa: E501
246
240
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
247
241
  errors ([CommonProblem], none_type): [optional] # noqa: E501
248
242
  """