criteo-api-retailmedia-sdk 0.0.250425__py3-none-any.whl → 0.0.250618__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-retailmedia-sdk might be problematic. Click here for more details.

Files changed (77) hide show
  1. criteo_api_retailmedia_preview/__init__.py +1 -1
  2. criteo_api_retailmedia_preview/api/audience_api.py +1204 -135
  3. criteo_api_retailmedia_preview/api/campaign_api.py +1205 -147
  4. criteo_api_retailmedia_preview/api_client.py +1 -1
  5. criteo_api_retailmedia_preview/configuration.py +1 -1
  6. criteo_api_retailmedia_preview/model/async_accounts_report.py +11 -0
  7. criteo_api_retailmedia_preview/model/async_campaigns_report.py +11 -0
  8. criteo_api_retailmedia_preview/model/async_line_items_report.py +11 -0
  9. criteo_api_retailmedia_preview/model/categories_search_request_v1.py +270 -0
  10. criteo_api_retailmedia_preview/model/entity_resource_category202204.py +277 -0
  11. criteo_api_retailmedia_preview/model/entity_resource_collection_outcome_category202204.py +281 -0
  12. criteo_api_retailmedia_preview/model/entity_resource_collection_outcome_category202204_metadata.py +287 -0
  13. criteo_api_retailmedia_preview/model/entity_resource_of_sponsored_products_line_item.py +270 -0
  14. criteo_api_retailmedia_preview/model/entity_resource_outcome_of_sponsored_products_line_item.py +274 -0
  15. criteo_api_retailmedia_preview/model/flight_leg.py +287 -0
  16. criteo_api_retailmedia_preview/model/flight_schedule.py +262 -0
  17. criteo_api_retailmedia_preview/model/nillable_decimal.py +263 -0
  18. criteo_api_retailmedia_preview/model/page_of_sponsored_products_line_item.py +276 -0
  19. criteo_api_retailmedia_preview/model/recommended_categories_request_v1.py +272 -0
  20. criteo_api_retailmedia_preview/model/recommended_keywords_request_v1.py +266 -0
  21. criteo_api_retailmedia_preview/model/recommended_keywords_response_v1.py +263 -0
  22. criteo_api_retailmedia_preview/model/rm_audience_bulk_create_input_v1.py +269 -0
  23. criteo_api_retailmedia_preview/model/rm_audience_bulk_delete_input_v1.py +269 -0
  24. criteo_api_retailmedia_preview/model/rm_audience_bulk_update_input_v1.py +269 -0
  25. criteo_api_retailmedia_preview/model/rm_audience_compute_sizes_entity_v1.py +272 -0
  26. criteo_api_retailmedia_preview/model/rm_audience_compute_sizes_entity_v1_resource.py +273 -0
  27. criteo_api_retailmedia_preview/model/rm_audience_compute_sizes_input_v1.py +269 -0
  28. criteo_api_retailmedia_preview/model/rm_audience_create_entity_v1.py +291 -0
  29. criteo_api_retailmedia_preview/model/rm_audience_create_entity_v1_resource.py +273 -0
  30. criteo_api_retailmedia_preview/model/rm_audience_delete_entity_v1_resource.py +271 -0
  31. criteo_api_retailmedia_preview/model/rm_audience_entity_v1_list_response.py +281 -0
  32. criteo_api_retailmedia_preview/model/rm_audience_estimate_size_entity_v1.py +282 -0
  33. criteo_api_retailmedia_preview/model/rm_audience_estimate_size_entity_v1_resource.py +273 -0
  34. criteo_api_retailmedia_preview/model/rm_audience_estimate_size_input_v1.py +269 -0
  35. criteo_api_retailmedia_preview/model/rm_audience_segment_compute_size_entity_v1.py +272 -0
  36. criteo_api_retailmedia_preview/model/rm_audience_segment_compute_size_entity_v1_resource.py +273 -0
  37. criteo_api_retailmedia_preview/model/rm_audience_segment_compute_sizes_input_v1.py +269 -0
  38. criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1.py +6 -0
  39. criteo_api_retailmedia_preview/model/rm_audience_segment_estimate_size_entity_v1.py +282 -0
  40. criteo_api_retailmedia_preview/model/rm_audience_segment_estimate_size_entity_v1_resource.py +273 -0
  41. criteo_api_retailmedia_preview/model/rm_audience_segment_estimate_size_input_v1.py +269 -0
  42. criteo_api_retailmedia_preview/model/rm_audience_segment_size_entity_v1.py +267 -0
  43. criteo_api_retailmedia_preview/model/rm_audience_segment_size_entity_v1_list_response.py +281 -0
  44. criteo_api_retailmedia_preview/model/rm_audience_segment_size_entity_v1_resource.py +277 -0
  45. criteo_api_retailmedia_preview/model/rm_audience_segment_size_estimation_v1.py +267 -0
  46. criteo_api_retailmedia_preview/model/rm_audience_segment_size_estimation_v1_resource.py +273 -0
  47. criteo_api_retailmedia_preview/model/rm_audience_segment_size_estimation_v1_response.py +281 -0
  48. criteo_api_retailmedia_preview/model/rm_audience_segment_update_entity_v1.py +6 -0
  49. criteo_api_retailmedia_preview/model/rm_audience_size_entity_v1.py +267 -0
  50. criteo_api_retailmedia_preview/model/rm_audience_size_entity_v1_list_response.py +281 -0
  51. criteo_api_retailmedia_preview/model/rm_audience_size_entity_v1_resource.py +277 -0
  52. criteo_api_retailmedia_preview/model/rm_audience_size_estimation_v1.py +267 -0
  53. criteo_api_retailmedia_preview/model/rm_audience_size_estimation_v1_resource.py +273 -0
  54. criteo_api_retailmedia_preview/model/rm_audience_size_estimation_v1_response.py +281 -0
  55. criteo_api_retailmedia_preview/model/rm_audience_update_entity_v1.py +279 -0
  56. criteo_api_retailmedia_preview/model/rm_audience_update_entity_v1_resource.py +277 -0
  57. criteo_api_retailmedia_preview/model/rm_events_create_v1.py +305 -0
  58. criteo_api_retailmedia_preview/model/rm_events_estimation_v1.py +305 -0
  59. criteo_api_retailmedia_preview/model/rm_events_update_v1.py +307 -0
  60. criteo_api_retailmedia_preview/model/sponsored_products_line_item.py +387 -0
  61. criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py +335 -0
  62. criteo_api_retailmedia_preview/model/sponsored_products_line_item_update_request_model.py +335 -0
  63. criteo_api_retailmedia_preview/model/value_resource_categories_search_request_v1.py +273 -0
  64. criteo_api_retailmedia_preview/model/value_resource_input_categories_search_request_v1.py +269 -0
  65. criteo_api_retailmedia_preview/model/value_resource_input_of_sponsored_products_line_item_update_request_model.py +262 -0
  66. criteo_api_retailmedia_preview/model/value_resource_input_recommended_categories_request_v1.py +269 -0
  67. criteo_api_retailmedia_preview/model/value_resource_input_recommended_keywords_request_v1.py +262 -0
  68. criteo_api_retailmedia_preview/model/value_resource_of_sponsored_products_line_item_update_request_model.py +266 -0
  69. criteo_api_retailmedia_preview/model/value_resource_outcome_recommended_keywords_response_v1.py +274 -0
  70. criteo_api_retailmedia_preview/model/value_resource_recommended_categories_request_v1.py +273 -0
  71. criteo_api_retailmedia_preview/model/value_resource_recommended_keywords_request_v1.py +266 -0
  72. criteo_api_retailmedia_preview/model/value_resource_recommended_keywords_response_v1.py +266 -0
  73. criteo_api_retailmedia_preview/models/__init__.py +62 -0
  74. {criteo_api_retailmedia_sdk-0.0.250425.dist-info → criteo_api_retailmedia_sdk-0.0.250618.dist-info}/METADATA +3 -3
  75. {criteo_api_retailmedia_sdk-0.0.250425.dist-info → criteo_api_retailmedia_sdk-0.0.250618.dist-info}/RECORD +77 -15
  76. {criteo_api_retailmedia_sdk-0.0.250425.dist-info → criteo_api_retailmedia_sdk-0.0.250618.dist-info}/WHEEL +1 -1
  77. {criteo_api_retailmedia_sdk-0.0.250425.dist-info → criteo_api_retailmedia_sdk-0.0.250618.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,287 @@
1
+ """
2
+ Criteo API
3
+
4
+ Criteo API - RetailMedia # noqa: E501
5
+
6
+ The version of the OpenAPI document: Preview
7
+ Generated by: https://openapi-generator.tech
8
+ """
9
+
10
+
11
+ import re # noqa: F401
12
+ import sys # noqa: F401
13
+
14
+ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
15
+ ApiTypeError,
16
+ ModelComposed,
17
+ ModelNormal,
18
+ ModelSimple,
19
+ cached_property,
20
+ change_keys_js_to_python,
21
+ convert_js_args_to_python_args,
22
+ date,
23
+ datetime,
24
+ file_type,
25
+ none_type,
26
+ validate_get_composed_info,
27
+ OpenApiModel
28
+ )
29
+ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
+
31
+
32
+ def lazy_import():
33
+ from criteo_api_retailmedia_preview.model.entity_resource_category202204 import EntityResourceCategory202204
34
+ from criteo_api_retailmedia_preview.model.metadata import Metadata
35
+ from criteo_api_retailmedia_preview.model.sdk_api_rest_common_problem import SdkApiRestCommonProblem
36
+ globals()['EntityResourceCategory202204'] = EntityResourceCategory202204
37
+ globals()['Metadata'] = Metadata
38
+ globals()['SdkApiRestCommonProblem'] = SdkApiRestCommonProblem
39
+
40
+
41
+ class EntityResourceCollectionOutcomeCategory202204Metadata(ModelNormal):
42
+ """NOTE: This class is auto generated by OpenAPI Generator.
43
+ Ref: https://openapi-generator.tech
44
+
45
+ Do not edit the class manually.
46
+
47
+ Attributes:
48
+ allowed_values (dict): The key is the tuple path to the attribute
49
+ and the for var_name this is (var_name,). The value is a dict
50
+ with a capitalized key describing the allowed value and an allowed
51
+ value. These dicts store the allowed enum values.
52
+ attribute_map (dict): The key is attribute name
53
+ and the value is json key in definition.
54
+ discriminator_value_class_map (dict): A dict to go from the discriminator
55
+ variable value to the discriminator class name.
56
+ validations (dict): The key is the tuple path to the attribute
57
+ and the for var_name this is (var_name,). The value is a dict
58
+ that stores validations for max_length, min_length, max_items,
59
+ min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
60
+ inclusive_minimum, and regex.
61
+ additional_properties_type (tuple): A tuple of classes accepted
62
+ as additional properties values.
63
+ """
64
+
65
+ allowed_values = {
66
+ }
67
+
68
+ validations = {
69
+ }
70
+
71
+ @cached_property
72
+ def additional_properties_type():
73
+ """
74
+ This must be a method because a model may have properties that are
75
+ of type self, this must run after the class is loaded
76
+ """
77
+ lazy_import()
78
+ return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
79
+
80
+ _nullable = False
81
+
82
+ @cached_property
83
+ def openapi_types():
84
+ """
85
+ This must be a method because a model may have properties that are
86
+ of type self, this must run after the class is loaded
87
+
88
+ Returns
89
+ openapi_types (dict): The key is attribute name
90
+ and the value is attribute type.
91
+ """
92
+ lazy_import()
93
+ return {
94
+ 'data': ([EntityResourceCategory202204], none_type,), # noqa: E501
95
+ 'errors': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
96
+ 'metadata': (Metadata,), # noqa: E501
97
+ 'warnings': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
98
+ }
99
+
100
+ @cached_property
101
+ def discriminator():
102
+ return None
103
+
104
+
105
+ attribute_map = {
106
+ 'data': 'data', # noqa: E501
107
+ 'errors': 'errors', # noqa: E501
108
+ 'metadata': 'metadata', # noqa: E501
109
+ 'warnings': 'warnings', # noqa: E501
110
+ }
111
+
112
+ read_only_vars = {
113
+ 'errors', # noqa: E501
114
+ 'warnings', # noqa: E501
115
+ }
116
+
117
+ _composed_schemas = {}
118
+
119
+ @classmethod
120
+ @convert_js_args_to_python_args
121
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
122
+ """EntityResourceCollectionOutcomeCategory202204Metadata - a model defined in OpenAPI
123
+
124
+ Keyword Args:
125
+ _check_type (bool): if True, values for parameters in openapi_types
126
+ will be type checked and a TypeError will be
127
+ raised if the wrong type is input.
128
+ Defaults to True
129
+ _path_to_item (tuple/list): This is a list of keys or values to
130
+ drill down to the model in received_data
131
+ when deserializing a response
132
+ _spec_property_naming (bool): True if the variable names in the input data
133
+ are serialized names, as specified in the OpenAPI document.
134
+ False if the variable names in the input data
135
+ are pythonic names, e.g. snake case (default)
136
+ _configuration (Configuration): the instance to use when
137
+ deserializing a file_type parameter.
138
+ If passed, type conversion is attempted
139
+ If omitted no type conversion is done.
140
+ _visited_composed_classes (tuple): This stores a tuple of
141
+ classes that we have traveled through so that
142
+ if we see that class again we will not use its
143
+ discriminator again.
144
+ When traveling through a discriminator, the
145
+ composed schema that is
146
+ is traveled through is added to this set.
147
+ For example if Animal has a discriminator
148
+ petType and we pass in "Dog", and the class Dog
149
+ allOf includes Animal, we move through Animal
150
+ once using the discriminator, and pick Dog.
151
+ Then in Dog, we will make an instance of the
152
+ Animal class but this time we won't travel
153
+ through its discriminator because we passed in
154
+ _visited_composed_classes = (Animal,)
155
+ data ([EntityResourceCategory202204], none_type): [optional] # noqa: E501
156
+ errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
157
+ metadata (Metadata): [optional] # noqa: E501
158
+ warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
159
+ """
160
+
161
+ _check_type = kwargs.pop('_check_type', True)
162
+ _spec_property_naming = kwargs.pop('_spec_property_naming', True)
163
+ _path_to_item = kwargs.pop('_path_to_item', ())
164
+ _configuration = kwargs.pop('_configuration', None)
165
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
166
+
167
+ self = super(OpenApiModel, cls).__new__(cls)
168
+
169
+ if args:
170
+ for arg in args:
171
+ if isinstance(arg, dict):
172
+ kwargs.update(arg)
173
+ else:
174
+ raise ApiTypeError(
175
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
176
+ args,
177
+ self.__class__.__name__,
178
+ ),
179
+ path_to_item=_path_to_item,
180
+ valid_classes=(self.__class__,),
181
+ )
182
+
183
+ self._data_store = {}
184
+ self._check_type = _check_type
185
+ self._spec_property_naming = _spec_property_naming
186
+ self._path_to_item = _path_to_item
187
+ self._configuration = _configuration
188
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
189
+
190
+ for var_name, var_value in kwargs.items():
191
+ if var_name not in self.attribute_map and \
192
+ self._configuration is not None and \
193
+ self._configuration.discard_unknown_keys and \
194
+ self.additional_properties_type is None:
195
+ # discard variable.
196
+ continue
197
+ setattr(self, var_name, var_value)
198
+ return self
199
+
200
+ required_properties = set([
201
+ '_data_store',
202
+ '_check_type',
203
+ '_spec_property_naming',
204
+ '_path_to_item',
205
+ '_configuration',
206
+ '_visited_composed_classes',
207
+ ])
208
+
209
+ @convert_js_args_to_python_args
210
+ def __init__(self, *args, **kwargs): # noqa: E501
211
+ """EntityResourceCollectionOutcomeCategory202204Metadata - a model defined in OpenAPI
212
+
213
+ Keyword Args:
214
+ _check_type (bool): if True, values for parameters in openapi_types
215
+ will be type checked and a TypeError will be
216
+ raised if the wrong type is input.
217
+ Defaults to True
218
+ _path_to_item (tuple/list): This is a list of keys or values to
219
+ drill down to the model in received_data
220
+ when deserializing a response
221
+ _spec_property_naming (bool): True if the variable names in the input data
222
+ are serialized names, as specified in the OpenAPI document.
223
+ False if the variable names in the input data
224
+ are pythonic names, e.g. snake case (default)
225
+ _configuration (Configuration): the instance to use when
226
+ deserializing a file_type parameter.
227
+ If passed, type conversion is attempted
228
+ If omitted no type conversion is done.
229
+ _visited_composed_classes (tuple): This stores a tuple of
230
+ classes that we have traveled through so that
231
+ if we see that class again we will not use its
232
+ discriminator again.
233
+ When traveling through a discriminator, the
234
+ composed schema that is
235
+ is traveled through is added to this set.
236
+ For example if Animal has a discriminator
237
+ petType and we pass in "Dog", and the class Dog
238
+ allOf includes Animal, we move through Animal
239
+ once using the discriminator, and pick Dog.
240
+ Then in Dog, we will make an instance of the
241
+ Animal class but this time we won't travel
242
+ through its discriminator because we passed in
243
+ _visited_composed_classes = (Animal,)
244
+ data ([EntityResourceCategory202204], none_type): [optional] # noqa: E501
245
+ errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
246
+ metadata (Metadata): [optional] # noqa: E501
247
+ warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
248
+ """
249
+
250
+ _check_type = kwargs.pop('_check_type', True)
251
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
252
+ _path_to_item = kwargs.pop('_path_to_item', ())
253
+ _configuration = kwargs.pop('_configuration', None)
254
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
255
+
256
+ if args:
257
+ for arg in args:
258
+ if isinstance(arg, dict):
259
+ kwargs.update(arg)
260
+ else:
261
+ raise ApiTypeError(
262
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
263
+ args,
264
+ self.__class__.__name__,
265
+ ),
266
+ path_to_item=_path_to_item,
267
+ valid_classes=(self.__class__,),
268
+ )
269
+
270
+ self._data_store = {}
271
+ self._check_type = _check_type
272
+ self._spec_property_naming = _spec_property_naming
273
+ self._path_to_item = _path_to_item
274
+ self._configuration = _configuration
275
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
276
+
277
+ for var_name, var_value in kwargs.items():
278
+ if var_name not in self.attribute_map and \
279
+ self._configuration is not None and \
280
+ self._configuration.discard_unknown_keys and \
281
+ self.additional_properties_type is None:
282
+ # discard variable.
283
+ continue
284
+ setattr(self, var_name, var_value)
285
+ if var_name in self.read_only_vars:
286
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
287
+ f"class with read only attributes.")
@@ -0,0 +1,270 @@
1
+ """
2
+ Criteo API
3
+
4
+ Criteo API - RetailMedia # noqa: E501
5
+
6
+ The version of the OpenAPI document: Preview
7
+ Generated by: https://openapi-generator.tech
8
+ """
9
+
10
+
11
+ import re # noqa: F401
12
+ import sys # noqa: F401
13
+
14
+ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
15
+ ApiTypeError,
16
+ ModelComposed,
17
+ ModelNormal,
18
+ ModelSimple,
19
+ cached_property,
20
+ change_keys_js_to_python,
21
+ convert_js_args_to_python_args,
22
+ date,
23
+ datetime,
24
+ file_type,
25
+ none_type,
26
+ validate_get_composed_info,
27
+ OpenApiModel
28
+ )
29
+ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
+
31
+
32
+ def lazy_import():
33
+ from criteo_api_retailmedia_preview.model.sponsored_products_line_item import SponsoredProductsLineItem
34
+ globals()['SponsoredProductsLineItem'] = SponsoredProductsLineItem
35
+
36
+
37
+ class EntityResourceOfSponsoredProductsLineItem(ModelNormal):
38
+ """NOTE: This class is auto generated by OpenAPI Generator.
39
+ Ref: https://openapi-generator.tech
40
+
41
+ Do not edit the class manually.
42
+
43
+ Attributes:
44
+ allowed_values (dict): The key is the tuple path to the attribute
45
+ and the for var_name this is (var_name,). The value is a dict
46
+ with a capitalized key describing the allowed value and an allowed
47
+ value. These dicts store the allowed enum values.
48
+ attribute_map (dict): The key is attribute name
49
+ and the value is json key in definition.
50
+ discriminator_value_class_map (dict): A dict to go from the discriminator
51
+ variable value to the discriminator class name.
52
+ validations (dict): The key is the tuple path to the attribute
53
+ and the for var_name this is (var_name,). The value is a dict
54
+ that stores validations for max_length, min_length, max_items,
55
+ min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
56
+ inclusive_minimum, and regex.
57
+ additional_properties_type (tuple): A tuple of classes accepted
58
+ as additional properties values.
59
+ """
60
+
61
+ allowed_values = {
62
+ }
63
+
64
+ validations = {
65
+ }
66
+
67
+ additional_properties_type = None
68
+
69
+ _nullable = True
70
+
71
+ @cached_property
72
+ def openapi_types():
73
+ """
74
+ This must be a method because a model may have properties that are
75
+ of type self, this must run after the class is loaded
76
+
77
+ Returns
78
+ openapi_types (dict): The key is attribute name
79
+ and the value is attribute type.
80
+ """
81
+ lazy_import()
82
+ return {
83
+ 'attributes': (SponsoredProductsLineItem,), # noqa: E501
84
+ 'id': (str, none_type,), # noqa: E501
85
+ 'type': (str, none_type,), # noqa: E501
86
+ }
87
+
88
+ @cached_property
89
+ def discriminator():
90
+ return None
91
+
92
+
93
+ attribute_map = {
94
+ 'attributes': 'attributes', # noqa: E501
95
+ 'id': 'id', # noqa: E501
96
+ 'type': 'type', # noqa: E501
97
+ }
98
+
99
+ read_only_vars = {
100
+ }
101
+
102
+ _composed_schemas = {}
103
+
104
+ @classmethod
105
+ @convert_js_args_to_python_args
106
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
107
+ """EntityResourceOfSponsoredProductsLineItem - a model defined in OpenAPI
108
+
109
+ Keyword Args:
110
+ _check_type (bool): if True, values for parameters in openapi_types
111
+ will be type checked and a TypeError will be
112
+ raised if the wrong type is input.
113
+ Defaults to True
114
+ _path_to_item (tuple/list): This is a list of keys or values to
115
+ drill down to the model in received_data
116
+ when deserializing a response
117
+ _spec_property_naming (bool): True if the variable names in the input data
118
+ are serialized names, as specified in the OpenAPI document.
119
+ False if the variable names in the input data
120
+ are pythonic names, e.g. snake case (default)
121
+ _configuration (Configuration): the instance to use when
122
+ deserializing a file_type parameter.
123
+ If passed, type conversion is attempted
124
+ If omitted no type conversion is done.
125
+ _visited_composed_classes (tuple): This stores a tuple of
126
+ classes that we have traveled through so that
127
+ if we see that class again we will not use its
128
+ discriminator again.
129
+ When traveling through a discriminator, the
130
+ composed schema that is
131
+ is traveled through is added to this set.
132
+ For example if Animal has a discriminator
133
+ petType and we pass in "Dog", and the class Dog
134
+ allOf includes Animal, we move through Animal
135
+ once using the discriminator, and pick Dog.
136
+ Then in Dog, we will make an instance of the
137
+ Animal class but this time we won't travel
138
+ through its discriminator because we passed in
139
+ _visited_composed_classes = (Animal,)
140
+ attributes (SponsoredProductsLineItem): [optional] # noqa: E501
141
+ id (str, none_type): Unique id of the entity.. [optional] # noqa: E501
142
+ type (str, none_type): Type of the resource.. [optional] # noqa: E501
143
+ """
144
+
145
+ _check_type = kwargs.pop('_check_type', True)
146
+ _spec_property_naming = kwargs.pop('_spec_property_naming', True)
147
+ _path_to_item = kwargs.pop('_path_to_item', ())
148
+ _configuration = kwargs.pop('_configuration', None)
149
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
150
+
151
+ self = super(OpenApiModel, cls).__new__(cls)
152
+
153
+ if args:
154
+ for arg in args:
155
+ if isinstance(arg, dict):
156
+ kwargs.update(arg)
157
+ else:
158
+ raise ApiTypeError(
159
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
160
+ args,
161
+ self.__class__.__name__,
162
+ ),
163
+ path_to_item=_path_to_item,
164
+ valid_classes=(self.__class__,),
165
+ )
166
+
167
+ self._data_store = {}
168
+ self._check_type = _check_type
169
+ self._spec_property_naming = _spec_property_naming
170
+ self._path_to_item = _path_to_item
171
+ self._configuration = _configuration
172
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
173
+
174
+ for var_name, var_value in kwargs.items():
175
+ if var_name not in self.attribute_map and \
176
+ self._configuration is not None and \
177
+ self._configuration.discard_unknown_keys and \
178
+ self.additional_properties_type is None:
179
+ # discard variable.
180
+ continue
181
+ setattr(self, var_name, var_value)
182
+ return self
183
+
184
+ required_properties = set([
185
+ '_data_store',
186
+ '_check_type',
187
+ '_spec_property_naming',
188
+ '_path_to_item',
189
+ '_configuration',
190
+ '_visited_composed_classes',
191
+ ])
192
+
193
+ @convert_js_args_to_python_args
194
+ def __init__(self, *args, **kwargs): # noqa: E501
195
+ """EntityResourceOfSponsoredProductsLineItem - a model defined in OpenAPI
196
+
197
+ Keyword Args:
198
+ _check_type (bool): if True, values for parameters in openapi_types
199
+ will be type checked and a TypeError will be
200
+ raised if the wrong type is input.
201
+ Defaults to True
202
+ _path_to_item (tuple/list): This is a list of keys or values to
203
+ drill down to the model in received_data
204
+ when deserializing a response
205
+ _spec_property_naming (bool): True if the variable names in the input data
206
+ are serialized names, as specified in the OpenAPI document.
207
+ False if the variable names in the input data
208
+ are pythonic names, e.g. snake case (default)
209
+ _configuration (Configuration): the instance to use when
210
+ deserializing a file_type parameter.
211
+ If passed, type conversion is attempted
212
+ If omitted no type conversion is done.
213
+ _visited_composed_classes (tuple): This stores a tuple of
214
+ classes that we have traveled through so that
215
+ if we see that class again we will not use its
216
+ discriminator again.
217
+ When traveling through a discriminator, the
218
+ composed schema that is
219
+ is traveled through is added to this set.
220
+ For example if Animal has a discriminator
221
+ petType and we pass in "Dog", and the class Dog
222
+ allOf includes Animal, we move through Animal
223
+ once using the discriminator, and pick Dog.
224
+ Then in Dog, we will make an instance of the
225
+ Animal class but this time we won't travel
226
+ through its discriminator because we passed in
227
+ _visited_composed_classes = (Animal,)
228
+ attributes (SponsoredProductsLineItem): [optional] # noqa: E501
229
+ id (str, none_type): Unique id of the entity.. [optional] # noqa: E501
230
+ type (str, none_type): Type of the resource.. [optional] # noqa: E501
231
+ """
232
+
233
+ _check_type = kwargs.pop('_check_type', True)
234
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
235
+ _path_to_item = kwargs.pop('_path_to_item', ())
236
+ _configuration = kwargs.pop('_configuration', None)
237
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
238
+
239
+ if args:
240
+ for arg in args:
241
+ if isinstance(arg, dict):
242
+ kwargs.update(arg)
243
+ else:
244
+ raise ApiTypeError(
245
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
246
+ args,
247
+ self.__class__.__name__,
248
+ ),
249
+ path_to_item=_path_to_item,
250
+ valid_classes=(self.__class__,),
251
+ )
252
+
253
+ self._data_store = {}
254
+ self._check_type = _check_type
255
+ self._spec_property_naming = _spec_property_naming
256
+ self._path_to_item = _path_to_item
257
+ self._configuration = _configuration
258
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
259
+
260
+ for var_name, var_value in kwargs.items():
261
+ if var_name not in self.attribute_map and \
262
+ self._configuration is not None and \
263
+ self._configuration.discard_unknown_keys and \
264
+ self.additional_properties_type is None:
265
+ # discard variable.
266
+ continue
267
+ setattr(self, var_name, var_value)
268
+ if var_name in self.read_only_vars:
269
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
270
+ f"class with read only attributes.")