criteo-api-marketingsolutions-sdk 0.0.240808__py3-none-any.whl → 0.0.250129__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 (109) hide show
  1. criteo_api_marketingsolutions_preview/__init__.py +1 -1
  2. criteo_api_marketingsolutions_preview/api/analytics_api.py +10 -8
  3. criteo_api_marketingsolutions_preview/api/audience_api.py +139 -431
  4. criteo_api_marketingsolutions_preview/api/campaign_api.py +57 -934
  5. criteo_api_marketingsolutions_preview/api/creative_api.py +89 -89
  6. criteo_api_marketingsolutions_preview/api_client.py +1 -1
  7. criteo_api_marketingsolutions_preview/configuration.py +1 -1
  8. criteo_api_marketingsolutions_preview/model/{ad_set_delivery_limitations_v24_q1.py → ad_set_delivery_limitations_v24_q3.py} +3 -3
  9. criteo_api_marketingsolutions_preview/model/{ad_set_frequency_capping_v24_q1.py → ad_set_frequency_capping_v24_q3.py} +3 -3
  10. criteo_api_marketingsolutions_preview/model/{ad_set_geo_location_v24_q1.py → ad_set_geo_location_v24_q3.py} +14 -14
  11. criteo_api_marketingsolutions_preview/model/{ad_set_search_filter_v24_q1.py → ad_set_search_filter_v24_q3.py} +3 -3
  12. criteo_api_marketingsolutions_preview/model/{ad_set_search_request_v24_q1.py → ad_set_search_request_v24_q3.py} +8 -8
  13. criteo_api_marketingsolutions_preview/model/{ad_set_targeting_rule_v24_q1.py → ad_set_targeting_rule_v24_q3.py} +3 -3
  14. criteo_api_marketingsolutions_preview/model/{ad_set_targeting_v24_q1.py → ad_set_targeting_v24_q3.py} +18 -18
  15. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning.py +13 -0
  16. criteo_api_marketingsolutions_preview/model/adaptive_attributes.py +0 -10
  17. criteo_api_marketingsolutions_preview/model/adaptive_write_attributes.py +0 -4
  18. criteo_api_marketingsolutions_preview/model/contactlist_amendment_attributes.py +2 -3
  19. criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py +0 -1
  20. criteo_api_marketingsolutions_preview/model/coupon.py +0 -2
  21. criteo_api_marketingsolutions_preview/model/coupon_supported_sizes.py +0 -4
  22. criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py +284 -0
  23. criteo_api_marketingsolutions_preview/model/{create_ad_set_bidding_v24_q1.py → create_ad_set_bidding_v24_q3.py} +4 -4
  24. criteo_api_marketingsolutions_preview/model/{create_ad_set_budget_v24_q1.py → create_ad_set_budget_v24_q3.py} +3 -3
  25. criteo_api_marketingsolutions_preview/model/{create_ad_set_geo_location_v24_q1.py → create_ad_set_geo_location_v24_q3.py} +14 -14
  26. criteo_api_marketingsolutions_preview/model/{create_ad_set_schedule_v24_q1.py → create_ad_set_schedule_v24_q3.py} +3 -3
  27. criteo_api_marketingsolutions_preview/model/{create_ad_set_targeting_v24_q1.py → create_ad_set_targeting_v24_q3.py} +18 -18
  28. criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1.py → create_ad_set_v24_q3.py} +31 -25
  29. criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1_request.py → create_ad_set_v24_q3_request.py} +8 -8
  30. criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1_resource.py → create_ad_set_v24_q3_resource.py} +8 -8
  31. criteo_api_marketingsolutions_preview/model/create_coupon.py +0 -2
  32. criteo_api_marketingsolutions_preview/model/create_image_slide.py +0 -2
  33. criteo_api_marketingsolutions_preview/model/dynamic_attributes.py +0 -4
  34. criteo_api_marketingsolutions_preview/model/dynamic_write_attributes.py +6 -6
  35. criteo_api_marketingsolutions_preview/model/html_tag_attributes.py +0 -2
  36. criteo_api_marketingsolutions_preview/model/html_tag_write_attributes.py +0 -2
  37. criteo_api_marketingsolutions_preview/model/image_attributes.py +0 -2
  38. criteo_api_marketingsolutions_preview/model/image_set.py +0 -2
  39. criteo_api_marketingsolutions_preview/model/image_slide.py +0 -2
  40. criteo_api_marketingsolutions_preview/model/json_report_rows.py +3 -3
  41. criteo_api_marketingsolutions_preview/model/{nillable_ad_set_targeting_rule_v24_q1.py → nillable_ad_set_targeting_rule_v24_q3.py} +8 -8
  42. criteo_api_marketingsolutions_preview/model/{nillable_ad_set_targeting_rule_v24_q1_value.py → nillable_ad_set_targeting_rule_v24_q3_value.py} +6 -6
  43. criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py +271 -0
  44. criteo_api_marketingsolutions_preview/model/patch_ad_set_attribution_configuration_v24_q3.py +282 -0
  45. criteo_api_marketingsolutions_preview/model/{patch_ad_set_bidding_v24_q1.py → patch_ad_set_bidding_v24_q3.py} +3 -3
  46. criteo_api_marketingsolutions_preview/model/{patch_ad_set_budget_v24_q1.py → patch_ad_set_budget_v24_q3.py} +3 -3
  47. criteo_api_marketingsolutions_preview/model/{patch_ad_set_scheduling_v24_q1.py → patch_ad_set_scheduling_v24_q3.py} +3 -3
  48. criteo_api_marketingsolutions_preview/model/{patch_ad_set_v24_q1.py → patch_ad_set_v24_q3.py} +31 -25
  49. criteo_api_marketingsolutions_preview/model/product.py +4 -0
  50. criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py +284 -0
  51. criteo_api_marketingsolutions_preview/model/{read_ad_set_bidding_v24_q1.py → read_ad_set_bidding_v24_q3.py} +4 -4
  52. criteo_api_marketingsolutions_preview/model/{read_ad_set_budget_v24_q1.py → read_ad_set_budget_v24_q3.py} +3 -3
  53. criteo_api_marketingsolutions_preview/model/{read_ad_set_schedule_v24_q1.py → read_ad_set_schedule_v24_q3.py} +3 -3
  54. criteo_api_marketingsolutions_preview/model/{read_ad_set_v24_q1.py → read_ad_set_v24_q3.py} +31 -25
  55. criteo_api_marketingsolutions_preview/model/{read_model_ad_set_id_v24_q1.py → read_model_ad_set_id_v24_q3.py} +3 -3
  56. criteo_api_marketingsolutions_preview/model/{read_model_read_ad_set_v24_q1.py → read_model_read_ad_set_v24_q3.py} +8 -8
  57. criteo_api_marketingsolutions_preview/model/{user_profile_identifier_model.py → report_detail_warning.py} +21 -11
  58. criteo_api_marketingsolutions_preview/model/{delete_user_profile_model_resource.py → report_detail_warnings.py} +23 -15
  59. criteo_api_marketingsolutions_preview/model/report_ok_response.py +31 -17
  60. criteo_api_marketingsolutions_preview/model/{requests_patch_ad_set_v24_q1.py → requests_patch_ad_set_v24_q3.py} +8 -8
  61. criteo_api_marketingsolutions_preview/model/{creative_response.py → resource_collection_outcome_of_ad.py} +8 -12
  62. criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_coupon.py +281 -0
  63. criteo_api_marketingsolutions_preview/model/{ad_list_response.py → resource_collection_outcome_of_creative.py} +8 -14
  64. criteo_api_marketingsolutions_preview/model/{ad_write_request.py → resource_input_of_ad_write.py} +8 -8
  65. criteo_api_marketingsolutions_preview/model/{create_coupon_request.py → resource_input_of_create_coupon.py} +8 -8
  66. criteo_api_marketingsolutions_preview/model/{creative_write_request.py → resource_input_of_creative_write.py} +8 -8
  67. criteo_api_marketingsolutions_preview/model/{update_coupon_request.py → resource_input_of_update_coupon.py} +8 -8
  68. criteo_api_marketingsolutions_preview/model/{ad_resource.py → resource_of_ad.py} +5 -5
  69. criteo_api_marketingsolutions_preview/model/{ad_write_resource.py → resource_of_ad_write.py} +5 -5
  70. criteo_api_marketingsolutions_preview/model/{coupon_resource.py → resource_of_coupon.py} +5 -5
  71. criteo_api_marketingsolutions_preview/model/{coupon_supported_sizes_resource.py → resource_of_coupon_supported_sizes.py} +5 -5
  72. criteo_api_marketingsolutions_preview/model/{create_coupon_resource.py → resource_of_create_coupon.py} +5 -5
  73. criteo_api_marketingsolutions_preview/model/{creative_resource.py → resource_of_creative.py} +5 -5
  74. criteo_api_marketingsolutions_preview/model/{creative_write_resource.py → resource_of_creative_write.py} +5 -5
  75. criteo_api_marketingsolutions_preview/model/{update_coupon_resource.py → resource_of_update_coupon.py} +5 -5
  76. criteo_api_marketingsolutions_preview/model/{ad_response.py → resource_outcome_of_ad.py} +8 -12
  77. criteo_api_marketingsolutions_preview/model/{coupon_response.py → resource_outcome_of_coupon.py} +8 -12
  78. criteo_api_marketingsolutions_preview/model/{coupon_list_response.py → resource_outcome_of_coupon_supported_sizes.py} +8 -14
  79. criteo_api_marketingsolutions_preview/model/resource_outcome_of_creative.py +281 -0
  80. criteo_api_marketingsolutions_preview/model/{response_read_ad_set_v24_q1.py → response_read_ad_set_v24_q3.py} +8 -8
  81. criteo_api_marketingsolutions_preview/model/{responses_ad_set_id_v24_q1.py → responses_ad_set_id_v24_q3.py} +8 -8
  82. criteo_api_marketingsolutions_preview/model/{responses_read_ad_set_v24_q1.py → responses_read_ad_set_v24_q3.py} +8 -8
  83. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_video_positioning.py +13 -0
  84. criteo_api_marketingsolutions_preview/model/{write_model_patch_ad_set_v24_q1.py → write_model_patch_ad_set_v24_q3.py} +8 -8
  85. criteo_api_marketingsolutions_preview/models/__init__.py +57 -71
  86. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/METADATA +14 -5
  87. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/RECORD +89 -103
  88. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/WHEEL +1 -1
  89. criteo_api_marketingsolutions_preview/model/coupon_supported_sizes_response.py +0 -285
  90. criteo_api_marketingsolutions_preview/model/creative_list_response.py +0 -287
  91. criteo_api_marketingsolutions_preview/model/delete_user_profile_model.py +0 -273
  92. criteo_api_marketingsolutions_preview/model/delete_user_profile_model_list_request.py +0 -271
  93. criteo_api_marketingsolutions_preview/model/oci_brand_safety_response.py +0 -279
  94. criteo_api_marketingsolutions_preview/model/oci_brand_safety_response_data.py +0 -287
  95. criteo_api_marketingsolutions_preview/model/oci_brand_safety_rule.py +0 -275
  96. criteo_api_marketingsolutions_preview/model/oci_brand_safety_segment.py +0 -320
  97. criteo_api_marketingsolutions_preview/model/oci_targeting_node.py +0 -277
  98. criteo_api_marketingsolutions_preview/model/oci_targeting_response.py +0 -279
  99. criteo_api_marketingsolutions_preview/model/oci_targeting_response_data.py +0 -287
  100. criteo_api_marketingsolutions_preview/model/oci_targeting_rule.py +0 -275
  101. criteo_api_marketingsolutions_preview/model/set_user_profile_model.py +0 -293
  102. criteo_api_marketingsolutions_preview/model/set_user_profile_model_list_request.py +0 -271
  103. criteo_api_marketingsolutions_preview/model/set_user_profile_model_resource.py +0 -273
  104. criteo_api_marketingsolutions_preview/model/target.py +0 -274
  105. criteo_api_marketingsolutions_preview/model/target_type.py +0 -290
  106. criteo_api_marketingsolutions_preview/model/targeting_error_model.py +0 -299
  107. criteo_api_marketingsolutions_preview/model/targeting_operator.py +0 -292
  108. criteo_api_marketingsolutions_preview/model/user_profile_attribute_model.py +0 -275
  109. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/top_level.txt +0 -0
@@ -30,13 +30,13 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_marketingsolutions_preview.model.ad_resource import AdResource
34
33
  from criteo_api_marketingsolutions_preview.model.common_problem import CommonProblem
35
- globals()['AdResource'] = AdResource
34
+ from criteo_api_marketingsolutions_preview.model.resource_of_creative import ResourceOfCreative
36
35
  globals()['CommonProblem'] = CommonProblem
36
+ globals()['ResourceOfCreative'] = ResourceOfCreative
37
37
 
38
38
 
39
- class AdListResponse(ModelNormal):
39
+ class ResourceCollectionOutcomeOfCreative(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': ([ResourceOfCreative], 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
+ """ResourceCollectionOutcomeOfCreative - 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 ([ResourceOfCreative], 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
+ """ResourceCollectionOutcomeOfCreative - 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 ([ResourceOfCreative], 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
  """
@@ -30,11 +30,11 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_marketingsolutions_preview.model.ad_write_resource import AdWriteResource
34
- globals()['AdWriteResource'] = AdWriteResource
33
+ from criteo_api_marketingsolutions_preview.model.resource_of_ad_write import ResourceOfAdWrite
34
+ globals()['ResourceOfAdWrite'] = ResourceOfAdWrite
35
35
 
36
36
 
37
- class AdWriteRequest(ModelNormal):
37
+ class ResourceInputOfAdWrite(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -87,7 +87,7 @@ class AdWriteRequest(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'data': (AdWriteResource,), # noqa: E501
90
+ 'data': (ResourceOfAdWrite,), # noqa: E501
91
91
  }
92
92
 
93
93
  @cached_property
@@ -107,7 +107,7 @@ class AdWriteRequest(ModelNormal):
107
107
  @classmethod
108
108
  @convert_js_args_to_python_args
109
109
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
110
- """AdWriteRequest - a model defined in OpenAPI
110
+ """ResourceInputOfAdWrite - a model defined in OpenAPI
111
111
 
112
112
  Keyword Args:
113
113
  _check_type (bool): if True, values for parameters in openapi_types
@@ -140,7 +140,7 @@ class AdWriteRequest(ModelNormal):
140
140
  Animal class but this time we won't travel
141
141
  through its discriminator because we passed in
142
142
  _visited_composed_classes = (Animal,)
143
- data (AdWriteResource): [optional] # noqa: E501
143
+ data (ResourceOfAdWrite): [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -193,7 +193,7 @@ class AdWriteRequest(ModelNormal):
193
193
 
194
194
  @convert_js_args_to_python_args
195
195
  def __init__(self, *args, **kwargs): # noqa: E501
196
- """AdWriteRequest - a model defined in OpenAPI
196
+ """ResourceInputOfAdWrite - a model defined in OpenAPI
197
197
 
198
198
  Keyword Args:
199
199
  _check_type (bool): if True, values for parameters in openapi_types
@@ -226,7 +226,7 @@ class AdWriteRequest(ModelNormal):
226
226
  Animal class but this time we won't travel
227
227
  through its discriminator because we passed in
228
228
  _visited_composed_classes = (Animal,)
229
- data (AdWriteResource): [optional] # noqa: E501
229
+ data (ResourceOfAdWrite): [optional] # noqa: E501
230
230
  """
231
231
 
232
232
  _check_type = kwargs.pop('_check_type', True)
@@ -30,11 +30,11 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_marketingsolutions_preview.model.create_coupon_resource import CreateCouponResource
34
- globals()['CreateCouponResource'] = CreateCouponResource
33
+ from criteo_api_marketingsolutions_preview.model.resource_of_create_coupon import ResourceOfCreateCoupon
34
+ globals()['ResourceOfCreateCoupon'] = ResourceOfCreateCoupon
35
35
 
36
36
 
37
- class CreateCouponRequest(ModelNormal):
37
+ class ResourceInputOfCreateCoupon(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -87,7 +87,7 @@ class CreateCouponRequest(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'data': (CreateCouponResource,), # noqa: E501
90
+ 'data': (ResourceOfCreateCoupon,), # noqa: E501
91
91
  }
92
92
 
93
93
  @cached_property
@@ -107,7 +107,7 @@ class CreateCouponRequest(ModelNormal):
107
107
  @classmethod
108
108
  @convert_js_args_to_python_args
109
109
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
110
- """CreateCouponRequest - a model defined in OpenAPI
110
+ """ResourceInputOfCreateCoupon - a model defined in OpenAPI
111
111
 
112
112
  Keyword Args:
113
113
  _check_type (bool): if True, values for parameters in openapi_types
@@ -140,7 +140,7 @@ class CreateCouponRequest(ModelNormal):
140
140
  Animal class but this time we won't travel
141
141
  through its discriminator because we passed in
142
142
  _visited_composed_classes = (Animal,)
143
- data (CreateCouponResource): [optional] # noqa: E501
143
+ data (ResourceOfCreateCoupon): [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -193,7 +193,7 @@ class CreateCouponRequest(ModelNormal):
193
193
 
194
194
  @convert_js_args_to_python_args
195
195
  def __init__(self, *args, **kwargs): # noqa: E501
196
- """CreateCouponRequest - a model defined in OpenAPI
196
+ """ResourceInputOfCreateCoupon - a model defined in OpenAPI
197
197
 
198
198
  Keyword Args:
199
199
  _check_type (bool): if True, values for parameters in openapi_types
@@ -226,7 +226,7 @@ class CreateCouponRequest(ModelNormal):
226
226
  Animal class but this time we won't travel
227
227
  through its discriminator because we passed in
228
228
  _visited_composed_classes = (Animal,)
229
- data (CreateCouponResource): [optional] # noqa: E501
229
+ data (ResourceOfCreateCoupon): [optional] # noqa: E501
230
230
  """
231
231
 
232
232
  _check_type = kwargs.pop('_check_type', True)
@@ -30,11 +30,11 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_marketingsolutions_preview.model.creative_write_resource import CreativeWriteResource
34
- globals()['CreativeWriteResource'] = CreativeWriteResource
33
+ from criteo_api_marketingsolutions_preview.model.resource_of_creative_write import ResourceOfCreativeWrite
34
+ globals()['ResourceOfCreativeWrite'] = ResourceOfCreativeWrite
35
35
 
36
36
 
37
- class CreativeWriteRequest(ModelNormal):
37
+ class ResourceInputOfCreativeWrite(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -87,7 +87,7 @@ class CreativeWriteRequest(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'data': (CreativeWriteResource,), # noqa: E501
90
+ 'data': (ResourceOfCreativeWrite,), # noqa: E501
91
91
  }
92
92
 
93
93
  @cached_property
@@ -107,7 +107,7 @@ class CreativeWriteRequest(ModelNormal):
107
107
  @classmethod
108
108
  @convert_js_args_to_python_args
109
109
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
110
- """CreativeWriteRequest - a model defined in OpenAPI
110
+ """ResourceInputOfCreativeWrite - a model defined in OpenAPI
111
111
 
112
112
  Keyword Args:
113
113
  _check_type (bool): if True, values for parameters in openapi_types
@@ -140,7 +140,7 @@ class CreativeWriteRequest(ModelNormal):
140
140
  Animal class but this time we won't travel
141
141
  through its discriminator because we passed in
142
142
  _visited_composed_classes = (Animal,)
143
- data (CreativeWriteResource): [optional] # noqa: E501
143
+ data (ResourceOfCreativeWrite): [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -193,7 +193,7 @@ class CreativeWriteRequest(ModelNormal):
193
193
 
194
194
  @convert_js_args_to_python_args
195
195
  def __init__(self, *args, **kwargs): # noqa: E501
196
- """CreativeWriteRequest - a model defined in OpenAPI
196
+ """ResourceInputOfCreativeWrite - a model defined in OpenAPI
197
197
 
198
198
  Keyword Args:
199
199
  _check_type (bool): if True, values for parameters in openapi_types
@@ -226,7 +226,7 @@ class CreativeWriteRequest(ModelNormal):
226
226
  Animal class but this time we won't travel
227
227
  through its discriminator because we passed in
228
228
  _visited_composed_classes = (Animal,)
229
- data (CreativeWriteResource): [optional] # noqa: E501
229
+ data (ResourceOfCreativeWrite): [optional] # noqa: E501
230
230
  """
231
231
 
232
232
  _check_type = kwargs.pop('_check_type', True)
@@ -30,11 +30,11 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_marketingsolutions_preview.model.update_coupon_resource import UpdateCouponResource
34
- globals()['UpdateCouponResource'] = UpdateCouponResource
33
+ from criteo_api_marketingsolutions_preview.model.resource_of_update_coupon import ResourceOfUpdateCoupon
34
+ globals()['ResourceOfUpdateCoupon'] = ResourceOfUpdateCoupon
35
35
 
36
36
 
37
- class UpdateCouponRequest(ModelNormal):
37
+ class ResourceInputOfUpdateCoupon(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -87,7 +87,7 @@ class UpdateCouponRequest(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'data': (UpdateCouponResource,), # noqa: E501
90
+ 'data': (ResourceOfUpdateCoupon,), # noqa: E501
91
91
  }
92
92
 
93
93
  @cached_property
@@ -107,7 +107,7 @@ class UpdateCouponRequest(ModelNormal):
107
107
  @classmethod
108
108
  @convert_js_args_to_python_args
109
109
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
110
- """UpdateCouponRequest - a model defined in OpenAPI
110
+ """ResourceInputOfUpdateCoupon - a model defined in OpenAPI
111
111
 
112
112
  Keyword Args:
113
113
  _check_type (bool): if True, values for parameters in openapi_types
@@ -140,7 +140,7 @@ class UpdateCouponRequest(ModelNormal):
140
140
  Animal class but this time we won't travel
141
141
  through its discriminator because we passed in
142
142
  _visited_composed_classes = (Animal,)
143
- data (UpdateCouponResource): [optional] # noqa: E501
143
+ data (ResourceOfUpdateCoupon): [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -193,7 +193,7 @@ class UpdateCouponRequest(ModelNormal):
193
193
 
194
194
  @convert_js_args_to_python_args
195
195
  def __init__(self, *args, **kwargs): # noqa: E501
196
- """UpdateCouponRequest - a model defined in OpenAPI
196
+ """ResourceInputOfUpdateCoupon - a model defined in OpenAPI
197
197
 
198
198
  Keyword Args:
199
199
  _check_type (bool): if True, values for parameters in openapi_types
@@ -226,7 +226,7 @@ class UpdateCouponRequest(ModelNormal):
226
226
  Animal class but this time we won't travel
227
227
  through its discriminator because we passed in
228
228
  _visited_composed_classes = (Animal,)
229
- data (UpdateCouponResource): [optional] # noqa: E501
229
+ data (ResourceOfUpdateCoupon): [optional] # noqa: E501
230
230
  """
231
231
 
232
232
  _check_type = kwargs.pop('_check_type', True)
@@ -34,7 +34,7 @@ def lazy_import():
34
34
  globals()['Ad'] = Ad
35
35
 
36
36
 
37
- class AdResource(ModelNormal):
37
+ class ResourceOfAd(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -111,7 +111,7 @@ class AdResource(ModelNormal):
111
111
  @classmethod
112
112
  @convert_js_args_to_python_args
113
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """AdResource - a model defined in OpenAPI
114
+ """ResourceOfAd - a model defined in OpenAPI
115
115
 
116
116
  Keyword Args:
117
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,7 +145,7 @@ class AdResource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (Ad): [optional] # noqa: E501
148
- id (str, none_type): [optional] # noqa: E501
148
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -199,7 +199,7 @@ class AdResource(ModelNormal):
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, *args, **kwargs): # noqa: E501
202
- """AdResource - a model defined in OpenAPI
202
+ """ResourceOfAd - a model defined in OpenAPI
203
203
 
204
204
  Keyword Args:
205
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -233,7 +233,7 @@ class AdResource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (Ad): [optional] # noqa: E501
236
- id (str, none_type): [optional] # noqa: E501
236
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
237
237
  type (str, none_type): [optional] # noqa: E501
238
238
  """
239
239
 
@@ -34,7 +34,7 @@ def lazy_import():
34
34
  globals()['AdWrite'] = AdWrite
35
35
 
36
36
 
37
- class AdWriteResource(ModelNormal):
37
+ class ResourceOfAdWrite(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -111,7 +111,7 @@ class AdWriteResource(ModelNormal):
111
111
  @classmethod
112
112
  @convert_js_args_to_python_args
113
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """AdWriteResource - a model defined in OpenAPI
114
+ """ResourceOfAdWrite - a model defined in OpenAPI
115
115
 
116
116
  Keyword Args:
117
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,7 +145,7 @@ class AdWriteResource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (AdWrite): [optional] # noqa: E501
148
- id (str, none_type): [optional] # noqa: E501
148
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -199,7 +199,7 @@ class AdWriteResource(ModelNormal):
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, *args, **kwargs): # noqa: E501
202
- """AdWriteResource - a model defined in OpenAPI
202
+ """ResourceOfAdWrite - a model defined in OpenAPI
203
203
 
204
204
  Keyword Args:
205
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -233,7 +233,7 @@ class AdWriteResource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (AdWrite): [optional] # noqa: E501
236
- id (str, none_type): [optional] # noqa: E501
236
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
237
237
  type (str, none_type): [optional] # noqa: E501
238
238
  """
239
239
 
@@ -34,7 +34,7 @@ def lazy_import():
34
34
  globals()['Coupon'] = Coupon
35
35
 
36
36
 
37
- class CouponResource(ModelNormal):
37
+ class ResourceOfCoupon(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -111,7 +111,7 @@ class CouponResource(ModelNormal):
111
111
  @classmethod
112
112
  @convert_js_args_to_python_args
113
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """CouponResource - a model defined in OpenAPI
114
+ """ResourceOfCoupon - a model defined in OpenAPI
115
115
 
116
116
  Keyword Args:
117
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,7 +145,7 @@ class CouponResource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (Coupon): [optional] # noqa: E501
148
- id (str, none_type): [optional] # noqa: E501
148
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -199,7 +199,7 @@ class CouponResource(ModelNormal):
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, *args, **kwargs): # noqa: E501
202
- """CouponResource - a model defined in OpenAPI
202
+ """ResourceOfCoupon - a model defined in OpenAPI
203
203
 
204
204
  Keyword Args:
205
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -233,7 +233,7 @@ class CouponResource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (Coupon): [optional] # noqa: E501
236
- id (str, none_type): [optional] # noqa: E501
236
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
237
237
  type (str, none_type): [optional] # noqa: E501
238
238
  """
239
239
 
@@ -34,7 +34,7 @@ def lazy_import():
34
34
  globals()['CouponSupportedSizes'] = CouponSupportedSizes
35
35
 
36
36
 
37
- class CouponSupportedSizesResource(ModelNormal):
37
+ class ResourceOfCouponSupportedSizes(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -111,7 +111,7 @@ class CouponSupportedSizesResource(ModelNormal):
111
111
  @classmethod
112
112
  @convert_js_args_to_python_args
113
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """CouponSupportedSizesResource - a model defined in OpenAPI
114
+ """ResourceOfCouponSupportedSizes - a model defined in OpenAPI
115
115
 
116
116
  Keyword Args:
117
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,7 +145,7 @@ class CouponSupportedSizesResource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (CouponSupportedSizes): [optional] # noqa: E501
148
- id (str, none_type): [optional] # noqa: E501
148
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -199,7 +199,7 @@ class CouponSupportedSizesResource(ModelNormal):
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, *args, **kwargs): # noqa: E501
202
- """CouponSupportedSizesResource - a model defined in OpenAPI
202
+ """ResourceOfCouponSupportedSizes - a model defined in OpenAPI
203
203
 
204
204
  Keyword Args:
205
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -233,7 +233,7 @@ class CouponSupportedSizesResource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (CouponSupportedSizes): [optional] # noqa: E501
236
- id (str, none_type): [optional] # noqa: E501
236
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
237
237
  type (str, none_type): [optional] # noqa: E501
238
238
  """
239
239
 
@@ -34,7 +34,7 @@ def lazy_import():
34
34
  globals()['CreateCoupon'] = CreateCoupon
35
35
 
36
36
 
37
- class CreateCouponResource(ModelNormal):
37
+ class ResourceOfCreateCoupon(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -111,7 +111,7 @@ class CreateCouponResource(ModelNormal):
111
111
  @classmethod
112
112
  @convert_js_args_to_python_args
113
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """CreateCouponResource - a model defined in OpenAPI
114
+ """ResourceOfCreateCoupon - a model defined in OpenAPI
115
115
 
116
116
  Keyword Args:
117
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,7 +145,7 @@ class CreateCouponResource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (CreateCoupon): [optional] # noqa: E501
148
- id (str, none_type): [optional] # noqa: E501
148
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -199,7 +199,7 @@ class CreateCouponResource(ModelNormal):
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, *args, **kwargs): # noqa: E501
202
- """CreateCouponResource - a model defined in OpenAPI
202
+ """ResourceOfCreateCoupon - a model defined in OpenAPI
203
203
 
204
204
  Keyword Args:
205
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -233,7 +233,7 @@ class CreateCouponResource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (CreateCoupon): [optional] # noqa: E501
236
- id (str, none_type): [optional] # noqa: E501
236
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
237
237
  type (str, none_type): [optional] # noqa: E501
238
238
  """
239
239
 
@@ -34,7 +34,7 @@ def lazy_import():
34
34
  globals()['Creative'] = Creative
35
35
 
36
36
 
37
- class CreativeResource(ModelNormal):
37
+ class ResourceOfCreative(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -111,7 +111,7 @@ class CreativeResource(ModelNormal):
111
111
  @classmethod
112
112
  @convert_js_args_to_python_args
113
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """CreativeResource - a model defined in OpenAPI
114
+ """ResourceOfCreative - a model defined in OpenAPI
115
115
 
116
116
  Keyword Args:
117
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,7 +145,7 @@ class CreativeResource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (Creative): [optional] # noqa: E501
148
- id (str, none_type): [optional] # noqa: E501
148
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -199,7 +199,7 @@ class CreativeResource(ModelNormal):
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, *args, **kwargs): # noqa: E501
202
- """CreativeResource - a model defined in OpenAPI
202
+ """ResourceOfCreative - a model defined in OpenAPI
203
203
 
204
204
  Keyword Args:
205
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -233,7 +233,7 @@ class CreativeResource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (Creative): [optional] # noqa: E501
236
- id (str, none_type): [optional] # noqa: E501
236
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
237
237
  type (str, none_type): [optional] # noqa: E501
238
238
  """
239
239
 
@@ -34,7 +34,7 @@ def lazy_import():
34
34
  globals()['CreativeWrite'] = CreativeWrite
35
35
 
36
36
 
37
- class CreativeWriteResource(ModelNormal):
37
+ class ResourceOfCreativeWrite(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -111,7 +111,7 @@ class CreativeWriteResource(ModelNormal):
111
111
  @classmethod
112
112
  @convert_js_args_to_python_args
113
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """CreativeWriteResource - a model defined in OpenAPI
114
+ """ResourceOfCreativeWrite - a model defined in OpenAPI
115
115
 
116
116
  Keyword Args:
117
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,7 +145,7 @@ class CreativeWriteResource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (CreativeWrite): [optional] # noqa: E501
148
- id (str, none_type): [optional] # noqa: E501
148
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -199,7 +199,7 @@ class CreativeWriteResource(ModelNormal):
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, *args, **kwargs): # noqa: E501
202
- """CreativeWriteResource - a model defined in OpenAPI
202
+ """ResourceOfCreativeWrite - a model defined in OpenAPI
203
203
 
204
204
  Keyword Args:
205
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -233,7 +233,7 @@ class CreativeWriteResource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (CreativeWrite): [optional] # noqa: E501
236
- id (str, none_type): [optional] # noqa: E501
236
+ id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
237
237
  type (str, none_type): [optional] # noqa: E501
238
238
  """
239
239