criteo-api-retailmedia-sdk 0.0.240808__py3-none-any.whl → 0.0.241029__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.
- criteo_api_retailmedia_preview/__init__.py +1 -1
- criteo_api_retailmedia_preview/api/accounts_api.py +148 -0
- criteo_api_retailmedia_preview/api/analytics_api.py +3 -3
- criteo_api_retailmedia_preview/api/audience_api.py +89 -232
- criteo_api_retailmedia_preview/api/campaign_api.py +0 -564
- criteo_api_retailmedia_preview/api/on_site_recommendation_api.py +186 -0
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/apis/__init__.py +1 -0
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/bot_message.py +277 -0
- criteo_api_retailmedia_preview/model/botmessage.py +329 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2_list_response.py → entity_resource_collection_outcome_of_retail_media_account.py} +8 -8
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v1_resource.py → entity_resource_of_retail_media_account.py} +9 -18
- criteo_api_retailmedia_preview/model/external_account.py +4 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2.py → external_retail_media_account.py} +54 -32
- criteo_api_retailmedia_preview/model/{value_resource_input_of_line_item_budget_overrides.py → http_validation_error.py} +17 -10
- criteo_api_retailmedia_preview/model/inbot_discussion.py +272 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_segment_customer_list.py → inbot_discussion_body_model.py} +17 -17
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_user_behavior_details_v2.py → inbot_discussion_data_instance_model.py} +17 -17
- criteo_api_retailmedia_preview/model/{value_resource_input_of_campaign_budget_overrides.py → location_inner.py} +10 -13
- criteo_api_retailmedia_preview/model/message.py +273 -0
- criteo_api_retailmedia_preview/model/message_body_model.py +275 -0
- criteo_api_retailmedia_preview/model/{value_resource_of_line_item_budget_overrides.py → message_data_instance_model.py} +27 -14
- criteo_api_retailmedia_preview/model/message_error.py +275 -0
- criteo_api_retailmedia_preview/model/product.py +4 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_segment_user_behavior_v1.py → product_recommendation.py} +46 -47
- criteo_api_retailmedia_preview/model/report_detail_warning.py +285 -0
- criteo_api_retailmedia_preview/model/report_detail_warnings.py +281 -0
- criteo_api_retailmedia_preview/model/report_ok_response.py +16 -2
- criteo_api_retailmedia_preview/model/retail_media_account.py +6 -2
- criteo_api_retailmedia_preview/model/retail_media_seller_account_creation.py +6 -2
- criteo_api_retailmedia_preview/model/rm_algebra_node_v1.py +275 -0
- criteo_api_retailmedia_preview/model/rm_audience_entity_v1.py +307 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2_resource.py → rm_audience_entity_v1_resource.py} +8 -8
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v1_list_response.py → rm_audience_entity_v1_rm_audience_search_metadata_v1_list_response.py} +14 -8
- criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1.py +271 -0
- criteo_api_retailmedia_preview/model/{value_resource_of_campaign_budget_overrides.py → rm_audience_search_entity_v1_resource.py} +16 -9
- criteo_api_retailmedia_preview/model/rm_audience_search_input_v1.py +269 -0
- criteo_api_retailmedia_preview/model/rm_audience_search_metadata_v1.py +271 -0
- criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1.py +17 -9
- criteo_api_retailmedia_preview/model/rm_audience_segment_entity_v1.py +7 -7
- criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1.py +1 -1
- criteo_api_retailmedia_preview/model/rm_contact_list_v1.py +5 -5
- criteo_api_retailmedia_preview/model/{rm_user_behavior_v1.py → rm_events_v1.py} +3 -3
- criteo_api_retailmedia_preview/model/validation_error.py +287 -0
- criteo_api_retailmedia_preview/models/__init__.py +27 -23
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/RECORD +50 -45
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/WHEEL +1 -1
- criteo_api_retailmedia_preview/model/campaign_budget_overrides.py +0 -276
- criteo_api_retailmedia_preview/model/campaign_daily_budget_override.py +0 -283
- criteo_api_retailmedia_preview/model/campaign_monthly_budget_override.py +0 -283
- criteo_api_retailmedia_preview/model/daily_line_item_budget_override.py +0 -281
- criteo_api_retailmedia_preview/model/line_item_budget_overrides.py +0 -276
- criteo_api_retailmedia_preview/model/monthly_line_item_budeget_override.py +0 -283
- criteo_api_retailmedia_preview/model/rm_legacy_audience_get_entity_v1.py +0 -291
- criteo_api_retailmedia_preview/model/rm_legacy_segment_user_behavior_v2.py +0 -311
- criteo_api_retailmedia_preview/model/value_resource_outcome_of_campaign_budget_overrides.py +0 -274
- criteo_api_retailmedia_preview/model/value_resource_outcome_of_line_item_budget_overrides.py +0 -274
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,275 @@
|
|
|
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.message_data_instance_model import MessageDataInstanceModel
|
|
34
|
+
from criteo_api_retailmedia_preview.model.message_error import MessageError
|
|
35
|
+
globals()['MessageDataInstanceModel'] = MessageDataInstanceModel
|
|
36
|
+
globals()['MessageError'] = MessageError
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class MessageBodyModel(ModelNormal):
|
|
40
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
41
|
+
Ref: https://openapi-generator.tech
|
|
42
|
+
|
|
43
|
+
Do not edit the class manually.
|
|
44
|
+
|
|
45
|
+
Attributes:
|
|
46
|
+
allowed_values (dict): The key is the tuple path to the attribute
|
|
47
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
48
|
+
with a capitalized key describing the allowed value and an allowed
|
|
49
|
+
value. These dicts store the allowed enum values.
|
|
50
|
+
attribute_map (dict): The key is attribute name
|
|
51
|
+
and the value is json key in definition.
|
|
52
|
+
discriminator_value_class_map (dict): A dict to go from the discriminator
|
|
53
|
+
variable value to the discriminator class name.
|
|
54
|
+
validations (dict): The key is the tuple path to the attribute
|
|
55
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
56
|
+
that stores validations for max_length, min_length, max_items,
|
|
57
|
+
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
|
58
|
+
inclusive_minimum, and regex.
|
|
59
|
+
additional_properties_type (tuple): A tuple of classes accepted
|
|
60
|
+
as additional properties values.
|
|
61
|
+
"""
|
|
62
|
+
|
|
63
|
+
allowed_values = {
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
validations = {
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@cached_property
|
|
70
|
+
def additional_properties_type():
|
|
71
|
+
"""
|
|
72
|
+
This must be a method because a model may have properties that are
|
|
73
|
+
of type self, this must run after the class is loaded
|
|
74
|
+
"""
|
|
75
|
+
lazy_import()
|
|
76
|
+
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
77
|
+
|
|
78
|
+
_nullable = False
|
|
79
|
+
|
|
80
|
+
@cached_property
|
|
81
|
+
def openapi_types():
|
|
82
|
+
"""
|
|
83
|
+
This must be a method because a model may have properties that are
|
|
84
|
+
of type self, this must run after the class is loaded
|
|
85
|
+
|
|
86
|
+
Returns
|
|
87
|
+
openapi_types (dict): The key is attribute name
|
|
88
|
+
and the value is attribute type.
|
|
89
|
+
"""
|
|
90
|
+
lazy_import()
|
|
91
|
+
return {
|
|
92
|
+
'data': (MessageDataInstanceModel,), # noqa: E501
|
|
93
|
+
'errors': ([MessageError], none_type,), # noqa: E501
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
@cached_property
|
|
97
|
+
def discriminator():
|
|
98
|
+
return None
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
attribute_map = {
|
|
102
|
+
'data': 'data', # noqa: E501
|
|
103
|
+
'errors': 'errors', # noqa: E501
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
read_only_vars = {
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
_composed_schemas = {}
|
|
110
|
+
|
|
111
|
+
@classmethod
|
|
112
|
+
@convert_js_args_to_python_args
|
|
113
|
+
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
114
|
+
"""MessageBodyModel - a model defined in OpenAPI
|
|
115
|
+
|
|
116
|
+
Keyword Args:
|
|
117
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
118
|
+
will be type checked and a TypeError will be
|
|
119
|
+
raised if the wrong type is input.
|
|
120
|
+
Defaults to True
|
|
121
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
122
|
+
drill down to the model in received_data
|
|
123
|
+
when deserializing a response
|
|
124
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
125
|
+
are serialized names, as specified in the OpenAPI document.
|
|
126
|
+
False if the variable names in the input data
|
|
127
|
+
are pythonic names, e.g. snake case (default)
|
|
128
|
+
_configuration (Configuration): the instance to use when
|
|
129
|
+
deserializing a file_type parameter.
|
|
130
|
+
If passed, type conversion is attempted
|
|
131
|
+
If omitted no type conversion is done.
|
|
132
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
133
|
+
classes that we have traveled through so that
|
|
134
|
+
if we see that class again we will not use its
|
|
135
|
+
discriminator again.
|
|
136
|
+
When traveling through a discriminator, the
|
|
137
|
+
composed schema that is
|
|
138
|
+
is traveled through is added to this set.
|
|
139
|
+
For example if Animal has a discriminator
|
|
140
|
+
petType and we pass in "Dog", and the class Dog
|
|
141
|
+
allOf includes Animal, we move through Animal
|
|
142
|
+
once using the discriminator, and pick Dog.
|
|
143
|
+
Then in Dog, we will make an instance of the
|
|
144
|
+
Animal class but this time we won't travel
|
|
145
|
+
through its discriminator because we passed in
|
|
146
|
+
_visited_composed_classes = (Animal,)
|
|
147
|
+
data (MessageDataInstanceModel): [optional] # noqa: E501
|
|
148
|
+
errors ([MessageError], none_type): [optional] # noqa: E501
|
|
149
|
+
"""
|
|
150
|
+
|
|
151
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
152
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
153
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
154
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
155
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
156
|
+
|
|
157
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
158
|
+
|
|
159
|
+
if args:
|
|
160
|
+
for arg in args:
|
|
161
|
+
if isinstance(arg, dict):
|
|
162
|
+
kwargs.update(arg)
|
|
163
|
+
else:
|
|
164
|
+
raise ApiTypeError(
|
|
165
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
166
|
+
args,
|
|
167
|
+
self.__class__.__name__,
|
|
168
|
+
),
|
|
169
|
+
path_to_item=_path_to_item,
|
|
170
|
+
valid_classes=(self.__class__,),
|
|
171
|
+
)
|
|
172
|
+
|
|
173
|
+
self._data_store = {}
|
|
174
|
+
self._check_type = _check_type
|
|
175
|
+
self._spec_property_naming = _spec_property_naming
|
|
176
|
+
self._path_to_item = _path_to_item
|
|
177
|
+
self._configuration = _configuration
|
|
178
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
179
|
+
|
|
180
|
+
for var_name, var_value in kwargs.items():
|
|
181
|
+
if var_name not in self.attribute_map and \
|
|
182
|
+
self._configuration is not None and \
|
|
183
|
+
self._configuration.discard_unknown_keys and \
|
|
184
|
+
self.additional_properties_type is None:
|
|
185
|
+
# discard variable.
|
|
186
|
+
continue
|
|
187
|
+
setattr(self, var_name, var_value)
|
|
188
|
+
return self
|
|
189
|
+
|
|
190
|
+
required_properties = set([
|
|
191
|
+
'_data_store',
|
|
192
|
+
'_check_type',
|
|
193
|
+
'_spec_property_naming',
|
|
194
|
+
'_path_to_item',
|
|
195
|
+
'_configuration',
|
|
196
|
+
'_visited_composed_classes',
|
|
197
|
+
])
|
|
198
|
+
|
|
199
|
+
@convert_js_args_to_python_args
|
|
200
|
+
def __init__(self, *args, **kwargs): # noqa: E501
|
|
201
|
+
"""MessageBodyModel - a model defined in OpenAPI
|
|
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
|
+
data (MessageDataInstanceModel): [optional] # noqa: E501
|
|
235
|
+
errors ([MessageError], none_type): [optional] # noqa: E501
|
|
236
|
+
"""
|
|
237
|
+
|
|
238
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
239
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
240
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
241
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
242
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
243
|
+
|
|
244
|
+
if args:
|
|
245
|
+
for arg in args:
|
|
246
|
+
if isinstance(arg, dict):
|
|
247
|
+
kwargs.update(arg)
|
|
248
|
+
else:
|
|
249
|
+
raise ApiTypeError(
|
|
250
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
251
|
+
args,
|
|
252
|
+
self.__class__.__name__,
|
|
253
|
+
),
|
|
254
|
+
path_to_item=_path_to_item,
|
|
255
|
+
valid_classes=(self.__class__,),
|
|
256
|
+
)
|
|
257
|
+
|
|
258
|
+
self._data_store = {}
|
|
259
|
+
self._check_type = _check_type
|
|
260
|
+
self._spec_property_naming = _spec_property_naming
|
|
261
|
+
self._path_to_item = _path_to_item
|
|
262
|
+
self._configuration = _configuration
|
|
263
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
264
|
+
|
|
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.")
|
|
@@ -30,11 +30,11 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from criteo_api_retailmedia_preview.model.
|
|
34
|
-
globals()['
|
|
33
|
+
from criteo_api_retailmedia_preview.model.message import Message
|
|
34
|
+
globals()['Message'] = Message
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class MessageDataInstanceModel(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -64,7 +64,14 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
64
64
|
validations = {
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
@cached_property
|
|
68
|
+
def additional_properties_type():
|
|
69
|
+
"""
|
|
70
|
+
This must be a method because a model may have properties that are
|
|
71
|
+
of type self, this must run after the class is loaded
|
|
72
|
+
"""
|
|
73
|
+
lazy_import()
|
|
74
|
+
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
68
75
|
|
|
69
76
|
_nullable = False
|
|
70
77
|
|
|
@@ -80,8 +87,8 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
80
87
|
"""
|
|
81
88
|
lazy_import()
|
|
82
89
|
return {
|
|
90
|
+
'attributes': (Message,), # noqa: E501
|
|
83
91
|
'type': (str, none_type,), # noqa: E501
|
|
84
|
-
'attributes': (LineItemBudgetOverrides,), # noqa: E501
|
|
85
92
|
}
|
|
86
93
|
|
|
87
94
|
@cached_property
|
|
@@ -90,8 +97,8 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
90
97
|
|
|
91
98
|
|
|
92
99
|
attribute_map = {
|
|
93
|
-
'type': 'type', # noqa: E501
|
|
94
100
|
'attributes': 'attributes', # noqa: E501
|
|
101
|
+
'type': 'type', # noqa: E501
|
|
95
102
|
}
|
|
96
103
|
|
|
97
104
|
read_only_vars = {
|
|
@@ -101,8 +108,11 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
101
108
|
|
|
102
109
|
@classmethod
|
|
103
110
|
@convert_js_args_to_python_args
|
|
104
|
-
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
105
|
-
"""
|
|
111
|
+
def _from_openapi_data(cls, attributes, *args, **kwargs): # noqa: E501
|
|
112
|
+
"""MessageDataInstanceModel - a model defined in OpenAPI
|
|
113
|
+
|
|
114
|
+
Args:
|
|
115
|
+
attributes (Message):
|
|
106
116
|
|
|
107
117
|
Keyword Args:
|
|
108
118
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -135,8 +145,7 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
135
145
|
Animal class but this time we won't travel
|
|
136
146
|
through its discriminator because we passed in
|
|
137
147
|
_visited_composed_classes = (Animal,)
|
|
138
|
-
type (str, none_type): [optional] # noqa: E501
|
|
139
|
-
attributes (LineItemBudgetOverrides): [optional] # noqa: E501
|
|
148
|
+
type (str, none_type): [optional] if omitted the server will use the default value of "Message" # noqa: E501
|
|
140
149
|
"""
|
|
141
150
|
|
|
142
151
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -168,6 +177,7 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
168
177
|
self._configuration = _configuration
|
|
169
178
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
170
179
|
|
|
180
|
+
self.attributes = attributes
|
|
171
181
|
for var_name, var_value in kwargs.items():
|
|
172
182
|
if var_name not in self.attribute_map and \
|
|
173
183
|
self._configuration is not None and \
|
|
@@ -188,8 +198,11 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
188
198
|
])
|
|
189
199
|
|
|
190
200
|
@convert_js_args_to_python_args
|
|
191
|
-
def __init__(self, *args, **kwargs): # noqa: E501
|
|
192
|
-
"""
|
|
201
|
+
def __init__(self, attributes, *args, **kwargs): # noqa: E501
|
|
202
|
+
"""MessageDataInstanceModel - a model defined in OpenAPI
|
|
203
|
+
|
|
204
|
+
Args:
|
|
205
|
+
attributes (Message):
|
|
193
206
|
|
|
194
207
|
Keyword Args:
|
|
195
208
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -222,8 +235,7 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
222
235
|
Animal class but this time we won't travel
|
|
223
236
|
through its discriminator because we passed in
|
|
224
237
|
_visited_composed_classes = (Animal,)
|
|
225
|
-
type (str, none_type): [optional] # noqa: E501
|
|
226
|
-
attributes (LineItemBudgetOverrides): [optional] # noqa: E501
|
|
238
|
+
type (str, none_type): [optional] if omitted the server will use the default value of "Message" # noqa: E501
|
|
227
239
|
"""
|
|
228
240
|
|
|
229
241
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -253,6 +265,7 @@ class ValueResourceOfLineItemBudgetOverrides(ModelNormal):
|
|
|
253
265
|
self._configuration = _configuration
|
|
254
266
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
255
267
|
|
|
268
|
+
self.attributes = attributes
|
|
256
269
|
for var_name, var_value in kwargs.items():
|
|
257
270
|
if var_name not in self.attribute_map and \
|
|
258
271
|
self._configuration is not None and \
|
|
@@ -0,0 +1,275 @@
|
|
|
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
|
+
|
|
33
|
+
class MessageError(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 = False
|
|
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
|
+
'trace_id': (str, none_type,), # noqa: E501
|
|
85
|
+
'type': (str, none_type,), # noqa: E501
|
|
86
|
+
'code': (str, none_type,), # noqa: E501
|
|
87
|
+
'instance': (str, none_type,), # noqa: E501
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
@cached_property
|
|
91
|
+
def discriminator():
|
|
92
|
+
return None
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
attribute_map = {
|
|
96
|
+
'trace_id': 'traceId', # noqa: E501
|
|
97
|
+
'type': 'type', # noqa: E501
|
|
98
|
+
'code': 'code', # noqa: E501
|
|
99
|
+
'instance': 'instance', # noqa: E501
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
read_only_vars = {
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
_composed_schemas = {}
|
|
106
|
+
|
|
107
|
+
@classmethod
|
|
108
|
+
@convert_js_args_to_python_args
|
|
109
|
+
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
110
|
+
"""MessageError - a model defined in OpenAPI
|
|
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
|
+
trace_id (str, none_type): correlation ID, unique to each request. [optional] # noqa: E501
|
|
144
|
+
type (str, none_type): error category. [optional] # noqa: E501
|
|
145
|
+
code (str, none_type): error code. [optional] # noqa: E501
|
|
146
|
+
instance (str, none_type): specific occurrence of the problem. [optional] # noqa: E501
|
|
147
|
+
"""
|
|
148
|
+
|
|
149
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
150
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
151
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
152
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
153
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
154
|
+
|
|
155
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
156
|
+
|
|
157
|
+
if args:
|
|
158
|
+
for arg in args:
|
|
159
|
+
if isinstance(arg, dict):
|
|
160
|
+
kwargs.update(arg)
|
|
161
|
+
else:
|
|
162
|
+
raise ApiTypeError(
|
|
163
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
164
|
+
args,
|
|
165
|
+
self.__class__.__name__,
|
|
166
|
+
),
|
|
167
|
+
path_to_item=_path_to_item,
|
|
168
|
+
valid_classes=(self.__class__,),
|
|
169
|
+
)
|
|
170
|
+
|
|
171
|
+
self._data_store = {}
|
|
172
|
+
self._check_type = _check_type
|
|
173
|
+
self._spec_property_naming = _spec_property_naming
|
|
174
|
+
self._path_to_item = _path_to_item
|
|
175
|
+
self._configuration = _configuration
|
|
176
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
177
|
+
|
|
178
|
+
for var_name, var_value in kwargs.items():
|
|
179
|
+
if var_name not in self.attribute_map and \
|
|
180
|
+
self._configuration is not None and \
|
|
181
|
+
self._configuration.discard_unknown_keys and \
|
|
182
|
+
self.additional_properties_type is None:
|
|
183
|
+
# discard variable.
|
|
184
|
+
continue
|
|
185
|
+
setattr(self, var_name, var_value)
|
|
186
|
+
return self
|
|
187
|
+
|
|
188
|
+
required_properties = set([
|
|
189
|
+
'_data_store',
|
|
190
|
+
'_check_type',
|
|
191
|
+
'_spec_property_naming',
|
|
192
|
+
'_path_to_item',
|
|
193
|
+
'_configuration',
|
|
194
|
+
'_visited_composed_classes',
|
|
195
|
+
])
|
|
196
|
+
|
|
197
|
+
@convert_js_args_to_python_args
|
|
198
|
+
def __init__(self, *args, **kwargs): # noqa: E501
|
|
199
|
+
"""MessageError - a model defined in OpenAPI
|
|
200
|
+
|
|
201
|
+
Keyword Args:
|
|
202
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
203
|
+
will be type checked and a TypeError will be
|
|
204
|
+
raised if the wrong type is input.
|
|
205
|
+
Defaults to True
|
|
206
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
207
|
+
drill down to the model in received_data
|
|
208
|
+
when deserializing a response
|
|
209
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
210
|
+
are serialized names, as specified in the OpenAPI document.
|
|
211
|
+
False if the variable names in the input data
|
|
212
|
+
are pythonic names, e.g. snake case (default)
|
|
213
|
+
_configuration (Configuration): the instance to use when
|
|
214
|
+
deserializing a file_type parameter.
|
|
215
|
+
If passed, type conversion is attempted
|
|
216
|
+
If omitted no type conversion is done.
|
|
217
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
218
|
+
classes that we have traveled through so that
|
|
219
|
+
if we see that class again we will not use its
|
|
220
|
+
discriminator again.
|
|
221
|
+
When traveling through a discriminator, the
|
|
222
|
+
composed schema that is
|
|
223
|
+
is traveled through is added to this set.
|
|
224
|
+
For example if Animal has a discriminator
|
|
225
|
+
petType and we pass in "Dog", and the class Dog
|
|
226
|
+
allOf includes Animal, we move through Animal
|
|
227
|
+
once using the discriminator, and pick Dog.
|
|
228
|
+
Then in Dog, we will make an instance of the
|
|
229
|
+
Animal class but this time we won't travel
|
|
230
|
+
through its discriminator because we passed in
|
|
231
|
+
_visited_composed_classes = (Animal,)
|
|
232
|
+
trace_id (str, none_type): correlation ID, unique to each request. [optional] # noqa: E501
|
|
233
|
+
type (str, none_type): error category. [optional] # noqa: E501
|
|
234
|
+
code (str, none_type): error code. [optional] # noqa: E501
|
|
235
|
+
instance (str, none_type): specific occurrence of the problem. [optional] # noqa: E501
|
|
236
|
+
"""
|
|
237
|
+
|
|
238
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
239
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
240
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
241
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
242
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
243
|
+
|
|
244
|
+
if args:
|
|
245
|
+
for arg in args:
|
|
246
|
+
if isinstance(arg, dict):
|
|
247
|
+
kwargs.update(arg)
|
|
248
|
+
else:
|
|
249
|
+
raise ApiTypeError(
|
|
250
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
251
|
+
args,
|
|
252
|
+
self.__class__.__name__,
|
|
253
|
+
),
|
|
254
|
+
path_to_item=_path_to_item,
|
|
255
|
+
valid_classes=(self.__class__,),
|
|
256
|
+
)
|
|
257
|
+
|
|
258
|
+
self._data_store = {}
|
|
259
|
+
self._check_type = _check_type
|
|
260
|
+
self._spec_property_naming = _spec_property_naming
|
|
261
|
+
self._path_to_item = _path_to_item
|
|
262
|
+
self._configuration = _configuration
|
|
263
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
264
|
+
|
|
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.")
|