criteo-api-retailmedia-sdk 2024.7.0.250915__py3-none-any.whl → 2024.7.0.251014__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 (102) hide show
  1. {criteo_api_retailmedia_sdk-2024.7.0.250915.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251014.dist-info}/METADATA +3 -3
  2. {criteo_api_retailmedia_sdk-2024.7.0.250915.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251014.dist-info}/RECORD +60 -102
  3. criteo_api_retailmedia_v2024_07/__init__.py +1 -1
  4. criteo_api_retailmedia_v2024_07/api/accounts_api.py +7 -9
  5. criteo_api_retailmedia_v2024_07/api/analytics_api.py +8 -28
  6. criteo_api_retailmedia_v2024_07/api/balance_api.py +257 -261
  7. criteo_api_retailmedia_v2024_07/api/campaign_api.py +1307 -2452
  8. criteo_api_retailmedia_v2024_07/api_client.py +1 -1
  9. criteo_api_retailmedia_v2024_07/apis/__init__.py +0 -1
  10. criteo_api_retailmedia_v2024_07/configuration.py +1 -1
  11. criteo_api_retailmedia_v2024_07/model/add_funds_to_balance_v2.py +6 -6
  12. criteo_api_retailmedia_v2024_07/model/{external_add_to_basket_ids_update_model202110.py → add_to_basket_ids_update_model202110.py} +3 -3
  13. criteo_api_retailmedia_v2024_07/model/{external_add_to_basket_target202110.py → add_to_basket_target202110.py} +3 -3
  14. criteo_api_retailmedia_v2024_07/model/add_to_basket_target202110_response.py +8 -8
  15. criteo_api_retailmedia_v2024_07/model/async_campaigns_report.py +14 -0
  16. criteo_api_retailmedia_v2024_07/model/async_line_items_report.py +14 -0
  17. criteo_api_retailmedia_v2024_07/model/async_revenue_report.py +11 -0
  18. criteo_api_retailmedia_v2024_07/model/{external_auction_line_item.py → auction_line_item.py} +19 -25
  19. criteo_api_retailmedia_v2024_07/model/{external_auction_line_item_create_model.py → auction_line_item_create_model.py} +3 -3
  20. criteo_api_retailmedia_v2024_07/model/auction_line_item_paged_list_response.py +8 -8
  21. criteo_api_retailmedia_v2024_07/model/auction_line_item_response.py +8 -8
  22. criteo_api_retailmedia_v2024_07/model/{external_auction_line_item_update_model.py → auction_line_item_update_model.py} +6 -6
  23. criteo_api_retailmedia_v2024_07/model/{external_audience_ids_update_model202110.py → audience_ids_update_model202110.py} +3 -3
  24. criteo_api_retailmedia_v2024_07/model/{external_audience_target202110.py → audience_target202110.py} +3 -3
  25. criteo_api_retailmedia_v2024_07/model/audience_target202110_response.py +8 -8
  26. criteo_api_retailmedia_v2024_07/model/balance_campaign202110_paged_list_response.py +8 -8
  27. criteo_api_retailmedia_v2024_07/model/balance_response_v2.py +6 -6
  28. criteo_api_retailmedia_v2024_07/model/{paged_resource_collection_outcome_of_balance_response_v2.py → balance_response_v2_paged_list_response.py} +3 -3
  29. criteo_api_retailmedia_v2024_07/model/campaign_attributes_v202301.py +11 -15
  30. criteo_api_retailmedia_v2024_07/model/campaign_v202301.py +23 -33
  31. criteo_api_retailmedia_v2024_07/model/change_dates_of_balance_v2.py +9 -9
  32. criteo_api_retailmedia_v2024_07/model/{external_common_line_item.py → common_line_item.py} +19 -25
  33. criteo_api_retailmedia_v2024_07/model/common_line_item_paged_list_response.py +8 -8
  34. criteo_api_retailmedia_v2024_07/model/common_line_item_response.py +8 -8
  35. criteo_api_retailmedia_v2024_07/model/create_balance_v2.py +6 -6
  36. criteo_api_retailmedia_v2024_07/model/editable_campaign_attributes_v202301.py +11 -15
  37. criteo_api_retailmedia_v2024_07/model/files_variable_value.py +0 -3
  38. criteo_api_retailmedia_v2024_07/model/input_resource_of_auction_line_item_create_model.py +5 -5
  39. criteo_api_retailmedia_v2024_07/model/{external_keyword_target202110.py → keyword_target202110.py} +3 -3
  40. criteo_api_retailmedia_v2024_07/model/keyword_target202110_response.py +8 -8
  41. criteo_api_retailmedia_v2024_07/model/resource_of_auction_line_item.py +5 -5
  42. criteo_api_retailmedia_v2024_07/model/resource_of_auction_line_item_update_model.py +5 -5
  43. criteo_api_retailmedia_v2024_07/model/resource_of_common_line_item.py +5 -5
  44. criteo_api_retailmedia_v2024_07/model/{external_store_ids_update_model202110.py → store_ids_update_model202110.py} +3 -3
  45. criteo_api_retailmedia_v2024_07/model/{external_store_target202110.py → store_target202110.py} +3 -3
  46. criteo_api_retailmedia_v2024_07/model/store_target202110_response.py +8 -8
  47. criteo_api_retailmedia_v2024_07/model/value_resource_of_campaign_budget_overrides.py +2 -2
  48. criteo_api_retailmedia_v2024_07/model/value_resource_of_line_item_budget_overrides.py +2 -2
  49. criteo_api_retailmedia_v2024_07/model/value_resource_outcome_of_campaign_budget_overrides.py +8 -8
  50. criteo_api_retailmedia_v2024_07/model/value_resource_outcome_of_line_item_budget_overrides.py +8 -8
  51. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_add_to_basket_ids_update_model202110.py +5 -5
  52. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_add_to_basket_target202110.py +5 -5
  53. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_audience_ids_update_model202110.py +5 -5
  54. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_audience_target202110.py +5 -5
  55. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_keyword_target202110.py +5 -5
  56. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_store_ids_update_model202110.py +5 -5
  57. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_store_target202110.py +5 -5
  58. criteo_api_retailmedia_v2024_07/models/__init__.py +12 -53
  59. criteo_api_retailmedia_v2024_07/api/audience_api.py +0 -657
  60. criteo_api_retailmedia_v2024_07/model/creative202210_list_response.py +0 -274
  61. criteo_api_retailmedia_v2024_07/model/external_line_item_capping202110.py +0 -280
  62. criteo_api_retailmedia_v2024_07/model/external_line_item_page202110.py +0 -293
  63. criteo_api_retailmedia_v2024_07/model/external_line_item_page_category202110.py +0 -273
  64. criteo_api_retailmedia_v2024_07/model/external_preferred_line_item202110.py +0 -377
  65. criteo_api_retailmedia_v2024_07/model/external_preferred_line_item_create_model202110.py +0 -345
  66. criteo_api_retailmedia_v2024_07/model/external_preferred_line_item_update_model202110.py +0 -335
  67. criteo_api_retailmedia_v2024_07/model/input_resource_of_preferred_line_item_create_model202110.py +0 -273
  68. criteo_api_retailmedia_v2024_07/model/json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers.py +0 -285
  69. criteo_api_retailmedia_v2024_07/model/json_api_single_response_of_line_item_bid_multipliers.py +0 -287
  70. criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers.py +0 -291
  71. criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers_request.py +0 -269
  72. criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers_response.py +0 -281
  73. criteo_api_retailmedia_v2024_07/model/preferred_line_item202110_paged_list_response.py +0 -287
  74. criteo_api_retailmedia_v2024_07/model/preferred_line_item202110_response.py +0 -281
  75. criteo_api_retailmedia_v2024_07/model/preferred_line_item_create_model202110_request.py +0 -269
  76. criteo_api_retailmedia_v2024_07/model/preferred_line_item_update_model202110_request.py +0 -269
  77. criteo_api_retailmedia_v2024_07/model/report_outcome.py +0 -275
  78. criteo_api_retailmedia_v2024_07/model/resource_of_line_item_bid_multipliers.py +0 -277
  79. criteo_api_retailmedia_v2024_07/model/resource_of_preferred_line_item202110.py +0 -277
  80. criteo_api_retailmedia_v2024_07/model/resource_of_preferred_line_item_update_model202110.py +0 -277
  81. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1.py +0 -315
  82. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1_resource.py +0 -277
  83. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1_response.py +0 -281
  84. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2.py +0 -287
  85. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2_resource.py +0 -277
  86. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2_response.py +0 -281
  87. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v1.py +0 -269
  88. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v2.py +0 -269
  89. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1.py +0 -291
  90. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_list_response.py +0 -281
  91. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_resource.py +0 -286
  92. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2.py +0 -291
  93. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_list_response.py +0 -281
  94. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_resource.py +0 -277
  95. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_user_behavior_create_v2.py +0 -279
  96. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_user_behavior_details_v2.py +0 -279
  97. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_customer_list.py +0 -275
  98. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_create_v2.py +0 -303
  99. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v1.py +0 -306
  100. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v2.py +0 -311
  101. {criteo_api_retailmedia_sdk-2024.7.0.250915.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251014.dist-info}/WHEEL +0 -0
  102. {criteo_api_retailmedia_sdk-2024.7.0.250915.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251014.dist-info}/top_level.txt +0 -0
@@ -1,275 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - RetailMedia # noqa: E501
5
-
6
- The version of the OpenAPI document: 2024-07
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_v2024_07.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_v2024_07.exceptions import ApiAttributeError
30
-
31
-
32
-
33
- class RmLegacySegmentCustomerList(ModelNormal):
34
- """NOTE: This class is auto generated by OpenAPI Generator.
35
- Ref: https://openapi-generator.tech
36
-
37
- Do not edit the class manually.
38
-
39
- Attributes:
40
- allowed_values (dict): The key is the tuple path to the attribute
41
- and the for var_name this is (var_name,). The value is a dict
42
- with a capitalized key describing the allowed value and an allowed
43
- value. These dicts store the allowed enum values.
44
- attribute_map (dict): The key is attribute name
45
- and the value is json key in definition.
46
- discriminator_value_class_map (dict): A dict to go from the discriminator
47
- variable value to the discriminator class name.
48
- validations (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
- that stores validations for max_length, min_length, max_items,
51
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
52
- inclusive_minimum, and regex.
53
- additional_properties_type (tuple): A tuple of classes accepted
54
- as additional properties values.
55
- """
56
-
57
- allowed_values = {
58
- }
59
-
60
- validations = {
61
- }
62
-
63
- @cached_property
64
- def additional_properties_type():
65
- """
66
- This must be a method because a model may have properties that are
67
- of type self, this must run after the class is loaded
68
- """
69
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
70
-
71
- _nullable = True
72
-
73
- @cached_property
74
- def openapi_types():
75
- """
76
- This must be a method because a model may have properties that are
77
- of type self, this must run after the class is loaded
78
-
79
- Returns
80
- openapi_types (dict): The key is attribute name
81
- and the value is attribute type.
82
- """
83
- return {
84
- 'is_shared': (bool,), # noqa: E501
85
- 'size': (str,), # noqa: E501
86
- }
87
-
88
- @cached_property
89
- def discriminator():
90
- return None
91
-
92
-
93
- attribute_map = {
94
- 'is_shared': 'isShared', # noqa: E501
95
- 'size': 'size', # noqa: E501
96
- }
97
-
98
- read_only_vars = {
99
- }
100
-
101
- _composed_schemas = {}
102
-
103
- @classmethod
104
- @convert_js_args_to_python_args
105
- def _from_openapi_data(cls, is_shared, size, *args, **kwargs): # noqa: E501
106
- """RmLegacySegmentCustomerList - a model defined in OpenAPI
107
-
108
- Args:
109
- is_shared (bool): Indicate if the audience is shared.
110
- size (str): Number of users in the customer list audience.
111
-
112
- Keyword Args:
113
- _check_type (bool): if True, values for parameters in openapi_types
114
- will be type checked and a TypeError will be
115
- raised if the wrong type is input.
116
- Defaults to True
117
- _path_to_item (tuple/list): This is a list of keys or values to
118
- drill down to the model in received_data
119
- when deserializing a response
120
- _spec_property_naming (bool): True if the variable names in the input data
121
- are serialized names, as specified in the OpenAPI document.
122
- False if the variable names in the input data
123
- are pythonic names, e.g. snake case (default)
124
- _configuration (Configuration): the instance to use when
125
- deserializing a file_type parameter.
126
- If passed, type conversion is attempted
127
- If omitted no type conversion is done.
128
- _visited_composed_classes (tuple): This stores a tuple of
129
- classes that we have traveled through so that
130
- if we see that class again we will not use its
131
- discriminator again.
132
- When traveling through a discriminator, the
133
- composed schema that is
134
- is traveled through is added to this set.
135
- For example if Animal has a discriminator
136
- petType and we pass in "Dog", and the class Dog
137
- allOf includes Animal, we move through Animal
138
- once using the discriminator, and pick Dog.
139
- Then in Dog, we will make an instance of the
140
- Animal class but this time we won't travel
141
- through its discriminator because we passed in
142
- _visited_composed_classes = (Animal,)
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
- self.is_shared = is_shared
175
- self.size = size
176
- for var_name, var_value in kwargs.items():
177
- if var_name not in self.attribute_map and \
178
- self._configuration is not None and \
179
- self._configuration.discard_unknown_keys and \
180
- self.additional_properties_type is None:
181
- # discard variable.
182
- continue
183
- setattr(self, var_name, var_value)
184
- return self
185
-
186
- required_properties = set([
187
- '_data_store',
188
- '_check_type',
189
- '_spec_property_naming',
190
- '_path_to_item',
191
- '_configuration',
192
- '_visited_composed_classes',
193
- ])
194
-
195
- @convert_js_args_to_python_args
196
- def __init__(self, is_shared, size, *args, **kwargs): # noqa: E501
197
- """RmLegacySegmentCustomerList - a model defined in OpenAPI
198
-
199
- Args:
200
- is_shared (bool): Indicate if the audience is shared.
201
- size (str): Number of users in the customer list audience.
202
-
203
- Keyword Args:
204
- _check_type (bool): if True, values for parameters in openapi_types
205
- will be type checked and a TypeError will be
206
- raised if the wrong type is input.
207
- Defaults to True
208
- _path_to_item (tuple/list): This is a list of keys or values to
209
- drill down to the model in received_data
210
- when deserializing a response
211
- _spec_property_naming (bool): True if the variable names in the input data
212
- are serialized names, as specified in the OpenAPI document.
213
- False if the variable names in the input data
214
- are pythonic names, e.g. snake case (default)
215
- _configuration (Configuration): the instance to use when
216
- deserializing a file_type parameter.
217
- If passed, type conversion is attempted
218
- If omitted no type conversion is done.
219
- _visited_composed_classes (tuple): This stores a tuple of
220
- classes that we have traveled through so that
221
- if we see that class again we will not use its
222
- discriminator again.
223
- When traveling through a discriminator, the
224
- composed schema that is
225
- is traveled through is added to this set.
226
- For example if Animal has a discriminator
227
- petType and we pass in "Dog", and the class Dog
228
- allOf includes Animal, we move through Animal
229
- once using the discriminator, and pick Dog.
230
- Then in Dog, we will make an instance of the
231
- Animal class but this time we won't travel
232
- through its discriminator because we passed in
233
- _visited_composed_classes = (Animal,)
234
- """
235
-
236
- _check_type = kwargs.pop('_check_type', True)
237
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
238
- _path_to_item = kwargs.pop('_path_to_item', ())
239
- _configuration = kwargs.pop('_configuration', None)
240
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
241
-
242
- if args:
243
- for arg in args:
244
- if isinstance(arg, dict):
245
- kwargs.update(arg)
246
- else:
247
- raise ApiTypeError(
248
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
249
- args,
250
- self.__class__.__name__,
251
- ),
252
- path_to_item=_path_to_item,
253
- valid_classes=(self.__class__,),
254
- )
255
-
256
- self._data_store = {}
257
- self._check_type = _check_type
258
- self._spec_property_naming = _spec_property_naming
259
- self._path_to_item = _path_to_item
260
- self._configuration = _configuration
261
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
262
-
263
- self.is_shared = is_shared
264
- self.size = size
265
- for var_name, var_value in kwargs.items():
266
- if var_name not in self.attribute_map and \
267
- self._configuration is not None and \
268
- self._configuration.discard_unknown_keys and \
269
- self.additional_properties_type is None:
270
- # discard variable.
271
- continue
272
- setattr(self, var_name, var_value)
273
- if var_name in self.read_only_vars:
274
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
275
- f"class with read only attributes.")
@@ -1,303 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - RetailMedia # noqa: E501
5
-
6
- The version of the OpenAPI document: 2024-07
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_v2024_07.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_v2024_07.exceptions import ApiAttributeError
30
-
31
-
32
-
33
- class RmLegacySegmentUserBehaviorCreateV2(ModelNormal):
34
- """NOTE: This class is auto generated by OpenAPI Generator.
35
- Ref: https://openapi-generator.tech
36
-
37
- Do not edit the class manually.
38
-
39
- Attributes:
40
- allowed_values (dict): The key is the tuple path to the attribute
41
- and the for var_name this is (var_name,). The value is a dict
42
- with a capitalized key describing the allowed value and an allowed
43
- value. These dicts store the allowed enum values.
44
- attribute_map (dict): The key is attribute name
45
- and the value is json key in definition.
46
- discriminator_value_class_map (dict): A dict to go from the discriminator
47
- variable value to the discriminator class name.
48
- validations (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
- that stores validations for max_length, min_length, max_items,
51
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
52
- inclusive_minimum, and regex.
53
- additional_properties_type (tuple): A tuple of classes accepted
54
- as additional properties values.
55
- """
56
-
57
- allowed_values = {
58
- ('lookback_window',): {
59
- 'P7D': "P7D",
60
- 'P14D': "P14D",
61
- 'P30D': "P30D",
62
- 'P45D': "P45D",
63
- 'P60D': "P60D",
64
- 'P90D': "P90D",
65
- 'P120D': "P120D",
66
- 'P150D': "P150D",
67
- 'P180D': "P180D",
68
- },
69
- ('user_action',): {
70
- 'BUY': "buy",
71
- 'VIEW': "view",
72
- 'ADDTOCART': "addToCart",
73
- },
74
- }
75
-
76
- validations = {
77
- ('brand_ids',): {
78
- },
79
- ('category_ids',): {
80
- },
81
- }
82
-
83
- @cached_property
84
- def additional_properties_type():
85
- """
86
- This must be a method because a model may have properties that are
87
- of type self, this must run after the class is loaded
88
- """
89
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
90
-
91
- _nullable = True
92
-
93
- @cached_property
94
- def openapi_types():
95
- """
96
- This must be a method because a model may have properties that are
97
- of type self, this must run after the class is loaded
98
-
99
- Returns
100
- openapi_types (dict): The key is attribute name
101
- and the value is attribute type.
102
- """
103
- return {
104
- 'lookback_window': (str,), # noqa: E501
105
- 'user_action': (str,), # noqa: E501
106
- 'brand_ids': ([int], none_type,), # noqa: E501
107
- 'category_ids': ([int], none_type,), # noqa: E501
108
- }
109
-
110
- @cached_property
111
- def discriminator():
112
- return None
113
-
114
-
115
- attribute_map = {
116
- 'lookback_window': 'lookbackWindow', # noqa: E501
117
- 'user_action': 'userAction', # noqa: E501
118
- 'brand_ids': 'brandIds', # noqa: E501
119
- 'category_ids': 'categoryIds', # noqa: E501
120
- }
121
-
122
- read_only_vars = {
123
- }
124
-
125
- _composed_schemas = {}
126
-
127
- @classmethod
128
- @convert_js_args_to_python_args
129
- def _from_openapi_data(cls, lookback_window, user_action, *args, **kwargs): # noqa: E501
130
- """RmLegacySegmentUserBehaviorCreateV2 - a model defined in OpenAPI
131
-
132
- Args:
133
- lookback_window (str): Length of lookback window
134
- user_action (str): Type of shopper activity used to generate the audience.
135
-
136
- Keyword Args:
137
- _check_type (bool): if True, values for parameters in openapi_types
138
- will be type checked and a TypeError will be
139
- raised if the wrong type is input.
140
- Defaults to True
141
- _path_to_item (tuple/list): This is a list of keys or values to
142
- drill down to the model in received_data
143
- when deserializing a response
144
- _spec_property_naming (bool): True if the variable names in the input data
145
- are serialized names, as specified in the OpenAPI document.
146
- False if the variable names in the input data
147
- are pythonic names, e.g. snake case (default)
148
- _configuration (Configuration): the instance to use when
149
- deserializing a file_type parameter.
150
- If passed, type conversion is attempted
151
- If omitted no type conversion is done.
152
- _visited_composed_classes (tuple): This stores a tuple of
153
- classes that we have traveled through so that
154
- if we see that class again we will not use its
155
- discriminator again.
156
- When traveling through a discriminator, the
157
- composed schema that is
158
- is traveled through is added to this set.
159
- For example if Animal has a discriminator
160
- petType and we pass in "Dog", and the class Dog
161
- allOf includes Animal, we move through Animal
162
- once using the discriminator, and pick Dog.
163
- Then in Dog, we will make an instance of the
164
- Animal class but this time we won't travel
165
- through its discriminator because we passed in
166
- _visited_composed_classes = (Animal,)
167
- brand_ids ([int], none_type): The brands to target. [optional] # noqa: E501
168
- category_ids ([int], none_type): The categories to target. [optional] # noqa: E501
169
- """
170
-
171
- _check_type = kwargs.pop('_check_type', True)
172
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
173
- _path_to_item = kwargs.pop('_path_to_item', ())
174
- _configuration = kwargs.pop('_configuration', None)
175
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
176
-
177
- self = super(OpenApiModel, cls).__new__(cls)
178
-
179
- if args:
180
- for arg in args:
181
- if isinstance(arg, dict):
182
- kwargs.update(arg)
183
- else:
184
- raise ApiTypeError(
185
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
186
- args,
187
- self.__class__.__name__,
188
- ),
189
- path_to_item=_path_to_item,
190
- valid_classes=(self.__class__,),
191
- )
192
-
193
- self._data_store = {}
194
- self._check_type = _check_type
195
- self._spec_property_naming = _spec_property_naming
196
- self._path_to_item = _path_to_item
197
- self._configuration = _configuration
198
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
199
-
200
- self.lookback_window = lookback_window
201
- self.user_action = user_action
202
- for var_name, var_value in kwargs.items():
203
- if var_name not in self.attribute_map and \
204
- self._configuration is not None and \
205
- self._configuration.discard_unknown_keys and \
206
- self.additional_properties_type is None:
207
- # discard variable.
208
- continue
209
- setattr(self, var_name, var_value)
210
- return self
211
-
212
- required_properties = set([
213
- '_data_store',
214
- '_check_type',
215
- '_spec_property_naming',
216
- '_path_to_item',
217
- '_configuration',
218
- '_visited_composed_classes',
219
- ])
220
-
221
- @convert_js_args_to_python_args
222
- def __init__(self, lookback_window, user_action, *args, **kwargs): # noqa: E501
223
- """RmLegacySegmentUserBehaviorCreateV2 - a model defined in OpenAPI
224
-
225
- Args:
226
- lookback_window (str): Length of lookback window
227
- user_action (str): Type of shopper activity used to generate the audience.
228
-
229
- Keyword Args:
230
- _check_type (bool): if True, values for parameters in openapi_types
231
- will be type checked and a TypeError will be
232
- raised if the wrong type is input.
233
- Defaults to True
234
- _path_to_item (tuple/list): This is a list of keys or values to
235
- drill down to the model in received_data
236
- when deserializing a response
237
- _spec_property_naming (bool): True if the variable names in the input data
238
- are serialized names, as specified in the OpenAPI document.
239
- False if the variable names in the input data
240
- are pythonic names, e.g. snake case (default)
241
- _configuration (Configuration): the instance to use when
242
- deserializing a file_type parameter.
243
- If passed, type conversion is attempted
244
- If omitted no type conversion is done.
245
- _visited_composed_classes (tuple): This stores a tuple of
246
- classes that we have traveled through so that
247
- if we see that class again we will not use its
248
- discriminator again.
249
- When traveling through a discriminator, the
250
- composed schema that is
251
- is traveled through is added to this set.
252
- For example if Animal has a discriminator
253
- petType and we pass in "Dog", and the class Dog
254
- allOf includes Animal, we move through Animal
255
- once using the discriminator, and pick Dog.
256
- Then in Dog, we will make an instance of the
257
- Animal class but this time we won't travel
258
- through its discriminator because we passed in
259
- _visited_composed_classes = (Animal,)
260
- brand_ids ([int], none_type): The brands to target. [optional] # noqa: E501
261
- category_ids ([int], none_type): The categories to target. [optional] # noqa: E501
262
- """
263
-
264
- _check_type = kwargs.pop('_check_type', True)
265
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
266
- _path_to_item = kwargs.pop('_path_to_item', ())
267
- _configuration = kwargs.pop('_configuration', None)
268
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
269
-
270
- if args:
271
- for arg in args:
272
- if isinstance(arg, dict):
273
- kwargs.update(arg)
274
- else:
275
- raise ApiTypeError(
276
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
277
- args,
278
- self.__class__.__name__,
279
- ),
280
- path_to_item=_path_to_item,
281
- valid_classes=(self.__class__,),
282
- )
283
-
284
- self._data_store = {}
285
- self._check_type = _check_type
286
- self._spec_property_naming = _spec_property_naming
287
- self._path_to_item = _path_to_item
288
- self._configuration = _configuration
289
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
290
-
291
- self.lookback_window = lookback_window
292
- self.user_action = user_action
293
- for var_name, var_value in kwargs.items():
294
- if var_name not in self.attribute_map and \
295
- self._configuration is not None and \
296
- self._configuration.discard_unknown_keys and \
297
- self.additional_properties_type is None:
298
- # discard variable.
299
- continue
300
- setattr(self, var_name, var_value)
301
- if var_name in self.read_only_vars:
302
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
303
- f"class with read only attributes.")