criteo-api-retailmedia-sdk 0.0.240626__py3-none-any.whl → 0.0.240731__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 (79) hide show
  1. criteo_api_retailmedia_preview/__init__.py +1 -1
  2. criteo_api_retailmedia_preview/api/accounts_api.py +42 -629
  3. criteo_api_retailmedia_preview/api/audience_api.py +835 -58
  4. criteo_api_retailmedia_preview/api/balance_api.py +1146 -0
  5. criteo_api_retailmedia_preview/api/campaign_api.py +165 -158
  6. criteo_api_retailmedia_preview/api_client.py +4 -4
  7. criteo_api_retailmedia_preview/apis/__init__.py +1 -0
  8. criteo_api_retailmedia_preview/configuration.py +1 -1
  9. criteo_api_retailmedia_preview/model/add_funds_to_balance_v2.py +277 -0
  10. criteo_api_retailmedia_preview/model/{value_resource_input_of_retail_media_seller_account_creation.py → add_funds_to_balance_v2_request.py} +16 -9
  11. criteo_api_retailmedia_preview/model/application_summary_model_response.py +0 -4
  12. criteo_api_retailmedia_preview/model/async_accounts_report.py +2 -0
  13. criteo_api_retailmedia_preview/model/async_campaigns_report.py +2 -0
  14. criteo_api_retailmedia_preview/model/async_line_items_report.py +2 -0
  15. criteo_api_retailmedia_preview/model/{insertion_order_history_change_data_capture.py → balance_history_change_data_capture_v1.py} +11 -11
  16. criteo_api_retailmedia_preview/model/balance_response_v2.py +351 -0
  17. criteo_api_retailmedia_preview/model/balance_response_v2_response.py +281 -0
  18. criteo_api_retailmedia_preview/model/change_dates_of_balance_v2.py +271 -0
  19. criteo_api_retailmedia_preview/model/{value_resource_input_of_retail_media_brand_account_creation.py → change_dates_of_balance_v2_request.py} +16 -9
  20. criteo_api_retailmedia_preview/model/{change_details.py → change_details_v1.py} +3 -3
  21. criteo_api_retailmedia_preview/model/change_details_v2.py +275 -0
  22. criteo_api_retailmedia_preview/model/common_problem.py +2 -2
  23. criteo_api_retailmedia_preview/model/create_balance_v2.py +302 -0
  24. criteo_api_retailmedia_preview/model/{value_resource_input_of_retail_media_brands.py → create_balance_v2_request.py} +16 -9
  25. criteo_api_retailmedia_preview/model/external_catalog_status.py +312 -0
  26. criteo_api_retailmedia_preview/model/insertion_order_history_change_data_capture_v2.py +303 -0
  27. criteo_api_retailmedia_preview/model/json_api_body_with_id_of_int64_and_catalog_status_and_catalog_status.py +285 -0
  28. criteo_api_retailmedia_preview/model/json_api_body_without_id_of_seller_catalog_request_and_seller_catalog_request.py +279 -0
  29. criteo_api_retailmedia_preview/model/json_api_page_response_of_account.py +8 -6
  30. criteo_api_retailmedia_preview/model/json_api_page_response_of_brand.py +8 -6
  31. criteo_api_retailmedia_preview/model/json_api_page_response_of_retailer.py +8 -6
  32. criteo_api_retailmedia_preview/model/json_api_request_of_seller_catalog_request.py +269 -0
  33. criteo_api_retailmedia_preview/model/json_api_single_response_of_catalog_status.py +287 -0
  34. criteo_api_retailmedia_preview/model/{retail_media_seller.py → nillable_string.py} +14 -12
  35. criteo_api_retailmedia_preview/model/page_of_balance_history_change_data_capture_v1.py +276 -0
  36. criteo_api_retailmedia_preview/model/{page_of_insertion_order_history_change_data_capture.py → page_of_insertion_order_history_change_data_capture_v2.py} +8 -8
  37. criteo_api_retailmedia_preview/model/paged_resource_collection_outcome_of_balance_response_v2.py +287 -0
  38. criteo_api_retailmedia_preview/model/resource_of_add_funds_to_balance_v2.py +277 -0
  39. criteo_api_retailmedia_preview/model/resource_of_balance_response_v2.py +277 -0
  40. criteo_api_retailmedia_preview/model/resource_of_change_dates_of_balance_v2.py +277 -0
  41. criteo_api_retailmedia_preview/model/resource_of_create_balance_v2.py +277 -0
  42. criteo_api_retailmedia_preview/model/resource_of_update_balance_model_v2.py +277 -0
  43. criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_attributes.py +6 -6
  44. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_create_input_v1.py +269 -0
  45. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_delete_input_v1.py +269 -0
  46. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_update_input_v1.py +269 -0
  47. criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1.py +281 -0
  48. criteo_api_retailmedia_preview/model/{value_resource_of_retail_media_brand_account_creation.py → rm_audience_segment_create_entity_v1_resource.py} +16 -9
  49. criteo_api_retailmedia_preview/model/{resource_of_retail_media_account.py → rm_audience_segment_delete_entity_v1_resource.py} +15 -14
  50. criteo_api_retailmedia_preview/model/{retail_media_account.py → rm_audience_segment_entity_v1.py} +52 -37
  51. criteo_api_retailmedia_preview/model/{value_resource_collection_outcome_of_retail_media_seller.py → rm_audience_segment_entity_v1_list_response.py} +16 -9
  52. criteo_api_retailmedia_preview/model/{value_resource_of_retail_media_seller_account_creation.py → rm_audience_segment_entity_v1_resource.py} +21 -10
  53. criteo_api_retailmedia_preview/model/rm_audience_segment_entity_v1_rm_audience_segment_search_metadata_v1_list_response.py +287 -0
  54. criteo_api_retailmedia_preview/model/rm_audience_segment_id_entity_v1_list_response.py +281 -0
  55. criteo_api_retailmedia_preview/model/{value_resource_of_retail_media_seller.py → rm_audience_segment_id_entity_v1_resource.py} +18 -13
  56. criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1.py +267 -0
  57. criteo_api_retailmedia_preview/model/{value_resource_of_retail_media_brands.py → rm_audience_segment_search_entity_v1_resource.py} +16 -9
  58. criteo_api_retailmedia_preview/model/rm_audience_segment_search_input_v1.py +269 -0
  59. criteo_api_retailmedia_preview/model/{retail_media_brand_account_creation.py → rm_audience_segment_search_metadata_v1.py} +22 -16
  60. criteo_api_retailmedia_preview/model/{retail_media_seller_account_creation.py → rm_audience_segment_update_entity_v1.py} +23 -16
  61. criteo_api_retailmedia_preview/model/rm_audience_segment_update_entity_v1_resource.py +277 -0
  62. criteo_api_retailmedia_preview/model/{retail_media_brands.py → rm_contact_list_create_v1.py} +21 -8
  63. criteo_api_retailmedia_preview/model/rm_contact_list_statistics_entity_v1.py +271 -0
  64. criteo_api_retailmedia_preview/model/rm_contact_list_statistics_entity_v1_resource.py +277 -0
  65. criteo_api_retailmedia_preview/model/{resource_outcome_of_retail_media_account.py → rm_contact_list_statistics_entity_v1_response.py} +16 -9
  66. criteo_api_retailmedia_preview/model/rm_contact_list_v1.py +275 -0
  67. criteo_api_retailmedia_preview/model/seller_catalog_request.py +269 -0
  68. criteo_api_retailmedia_preview/model/seller_identifier.py +275 -0
  69. criteo_api_retailmedia_preview/model/sku_data_preview.py +8 -6
  70. criteo_api_retailmedia_preview/model/sku_slim_data_preview.py +8 -6
  71. criteo_api_retailmedia_preview/model/sync_campaigns_report.py +2 -0
  72. criteo_api_retailmedia_preview/model/sync_line_items_report.py +2 -0
  73. criteo_api_retailmedia_preview/model/update_balance_model_v2.py +279 -0
  74. criteo_api_retailmedia_preview/model/{value_resource_collection_input_of_retail_media_seller.py → update_balance_model_v2_request.py} +16 -9
  75. criteo_api_retailmedia_preview/models/__init__.py +53 -19
  76. {criteo_api_retailmedia_sdk-0.0.240626.dist-info → criteo_api_retailmedia_sdk-0.0.240731.dist-info}/METADATA +3 -3
  77. {criteo_api_retailmedia_sdk-0.0.240626.dist-info → criteo_api_retailmedia_sdk-0.0.240731.dist-info}/RECORD +79 -44
  78. {criteo_api_retailmedia_sdk-0.0.240626.dist-info → criteo_api_retailmedia_sdk-0.0.240731.dist-info}/WHEEL +1 -1
  79. {criteo_api_retailmedia_sdk-0.0.240626.dist-info → criteo_api_retailmedia_sdk-0.0.240731.dist-info}/top_level.txt +0 -0
@@ -31,12 +31,12 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
31
31
 
32
32
  def lazy_import():
33
33
  from criteo_api_retailmedia_preview.model.common_problem import CommonProblem
34
- from criteo_api_retailmedia_preview.model.value_resource_of_retail_media_seller import ValueResourceOfRetailMediaSeller
34
+ from criteo_api_retailmedia_preview.model.rm_audience_segment_entity_v1_resource import RmAudienceSegmentEntityV1Resource
35
35
  globals()['CommonProblem'] = CommonProblem
36
- globals()['ValueResourceOfRetailMediaSeller'] = ValueResourceOfRetailMediaSeller
36
+ globals()['RmAudienceSegmentEntityV1Resource'] = RmAudienceSegmentEntityV1Resource
37
37
 
38
38
 
39
- class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
39
+ class RmAudienceSegmentEntityV1ListResponse(ModelNormal):
40
40
  """NOTE: This class is auto generated by OpenAPI Generator.
41
41
  Ref: https://openapi-generator.tech
42
42
 
@@ -66,7 +66,14 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
66
66
  validations = {
67
67
  }
68
68
 
69
- additional_properties_type = None
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
70
77
 
71
78
  _nullable = False
72
79
 
@@ -82,7 +89,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
82
89
  """
83
90
  lazy_import()
84
91
  return {
85
- 'data': ([ValueResourceOfRetailMediaSeller], none_type,), # noqa: E501
92
+ 'data': ([RmAudienceSegmentEntityV1Resource], none_type,), # noqa: E501
86
93
  'warnings': ([CommonProblem], none_type,), # noqa: E501
87
94
  'errors': ([CommonProblem], none_type,), # noqa: E501
88
95
  }
@@ -108,7 +115,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
108
115
  @classmethod
109
116
  @convert_js_args_to_python_args
110
117
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
111
- """ValueResourceCollectionOutcomeOfRetailMediaSeller - a model defined in OpenAPI
118
+ """RmAudienceSegmentEntityV1ListResponse - a model defined in OpenAPI
112
119
 
113
120
  Keyword Args:
114
121
  _check_type (bool): if True, values for parameters in openapi_types
@@ -141,7 +148,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
141
148
  Animal class but this time we won't travel
142
149
  through its discriminator because we passed in
143
150
  _visited_composed_classes = (Animal,)
144
- data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
151
+ data ([RmAudienceSegmentEntityV1Resource], none_type): [optional] # noqa: E501
145
152
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
146
153
  errors ([CommonProblem], none_type): [optional] # noqa: E501
147
154
  """
@@ -196,7 +203,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
196
203
 
197
204
  @convert_js_args_to_python_args
198
205
  def __init__(self, *args, **kwargs): # noqa: E501
199
- """ValueResourceCollectionOutcomeOfRetailMediaSeller - a model defined in OpenAPI
206
+ """RmAudienceSegmentEntityV1ListResponse - a model defined in OpenAPI
200
207
 
201
208
  Keyword Args:
202
209
  _check_type (bool): if True, values for parameters in openapi_types
@@ -229,7 +236,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
229
236
  Animal class but this time we won't travel
230
237
  through its discriminator because we passed in
231
238
  _visited_composed_classes = (Animal,)
232
- data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
239
+ data ([RmAudienceSegmentEntityV1Resource], none_type): [optional] # noqa: E501
233
240
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
234
241
  errors ([CommonProblem], none_type): [optional] # noqa: E501
235
242
  """
@@ -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.retail_media_seller_account_creation import RetailMediaSellerAccountCreation
34
- globals()['RetailMediaSellerAccountCreation'] = RetailMediaSellerAccountCreation
33
+ from criteo_api_retailmedia_preview.model.rm_audience_segment_entity_v1 import RmAudienceSegmentEntityV1
34
+ globals()['RmAudienceSegmentEntityV1'] = RmAudienceSegmentEntityV1
35
35
 
36
36
 
37
- class ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
37
+ class RmAudienceSegmentEntityV1Resource(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 ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
64
64
  validations = {
65
65
  }
66
66
 
67
- additional_properties_type = None
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,9 @@ class ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
80
87
  """
81
88
  lazy_import()
82
89
  return {
90
+ 'attributes': (RmAudienceSegmentEntityV1,), # noqa: E501
91
+ 'id': (str, none_type,), # noqa: E501
83
92
  'type': (str, none_type,), # noqa: E501
84
- 'attributes': (RetailMediaSellerAccountCreation,), # noqa: E501
85
93
  }
86
94
 
87
95
  @cached_property
@@ -90,8 +98,9 @@ class ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
90
98
 
91
99
 
92
100
  attribute_map = {
93
- 'type': 'type', # noqa: E501
94
101
  'attributes': 'attributes', # noqa: E501
102
+ 'id': 'id', # noqa: E501
103
+ 'type': 'type', # noqa: E501
95
104
  }
96
105
 
97
106
  read_only_vars = {
@@ -102,7 +111,7 @@ class ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
102
111
  @classmethod
103
112
  @convert_js_args_to_python_args
104
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
105
- """ValueResourceOfRetailMediaSellerAccountCreation - a model defined in OpenAPI
114
+ """RmAudienceSegmentEntityV1Resource - a model defined in OpenAPI
106
115
 
107
116
  Keyword Args:
108
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -135,8 +144,9 @@ class ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
135
144
  Animal class but this time we won't travel
136
145
  through its discriminator because we passed in
137
146
  _visited_composed_classes = (Animal,)
147
+ attributes (RmAudienceSegmentEntityV1): [optional] # noqa: E501
148
+ id (str, none_type): Id of the entity. [optional] # noqa: E501
138
149
  type (str, none_type): [optional] # noqa: E501
139
- attributes (RetailMediaSellerAccountCreation): [optional] # noqa: E501
140
150
  """
141
151
 
142
152
  _check_type = kwargs.pop('_check_type', True)
@@ -189,7 +199,7 @@ class ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
189
199
 
190
200
  @convert_js_args_to_python_args
191
201
  def __init__(self, *args, **kwargs): # noqa: E501
192
- """ValueResourceOfRetailMediaSellerAccountCreation - a model defined in OpenAPI
202
+ """RmAudienceSegmentEntityV1Resource - a model defined in OpenAPI
193
203
 
194
204
  Keyword Args:
195
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -222,8 +232,9 @@ class ValueResourceOfRetailMediaSellerAccountCreation(ModelNormal):
222
232
  Animal class but this time we won't travel
223
233
  through its discriminator because we passed in
224
234
  _visited_composed_classes = (Animal,)
235
+ attributes (RmAudienceSegmentEntityV1): [optional] # noqa: E501
236
+ id (str, none_type): Id of the entity. [optional] # noqa: E501
225
237
  type (str, none_type): [optional] # noqa: E501
226
- attributes (RetailMediaSellerAccountCreation): [optional] # noqa: E501
227
238
  """
228
239
 
229
240
  _check_type = kwargs.pop('_check_type', True)
@@ -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.common_problem import CommonProblem
34
+ from criteo_api_retailmedia_preview.model.rm_audience_segment_entity_v1_resource import RmAudienceSegmentEntityV1Resource
35
+ from criteo_api_retailmedia_preview.model.rm_audience_segment_search_metadata_v1 import RmAudienceSegmentSearchMetadataV1
36
+ globals()['CommonProblem'] = CommonProblem
37
+ globals()['RmAudienceSegmentEntityV1Resource'] = RmAudienceSegmentEntityV1Resource
38
+ globals()['RmAudienceSegmentSearchMetadataV1'] = RmAudienceSegmentSearchMetadataV1
39
+
40
+
41
+ class RmAudienceSegmentEntityV1RmAudienceSegmentSearchMetadataV1ListResponse(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
+ 'meta': (RmAudienceSegmentSearchMetadataV1,), # noqa: E501
95
+ 'data': ([RmAudienceSegmentEntityV1Resource], none_type,), # noqa: E501
96
+ 'warnings': ([CommonProblem], none_type,), # noqa: E501
97
+ 'errors': ([CommonProblem], none_type,), # noqa: E501
98
+ }
99
+
100
+ @cached_property
101
+ def discriminator():
102
+ return None
103
+
104
+
105
+ attribute_map = {
106
+ 'meta': 'meta', # noqa: E501
107
+ 'data': 'data', # noqa: E501
108
+ 'warnings': 'warnings', # noqa: E501
109
+ 'errors': 'errors', # noqa: E501
110
+ }
111
+
112
+ read_only_vars = {
113
+ 'warnings', # noqa: E501
114
+ 'errors', # 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
+ """RmAudienceSegmentEntityV1RmAudienceSegmentSearchMetadataV1ListResponse - 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
+ meta (RmAudienceSegmentSearchMetadataV1): [optional] # noqa: E501
156
+ data ([RmAudienceSegmentEntityV1Resource], none_type): [optional] # noqa: E501
157
+ warnings ([CommonProblem], none_type): [optional] # noqa: E501
158
+ errors ([CommonProblem], none_type): [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
+ """RmAudienceSegmentEntityV1RmAudienceSegmentSearchMetadataV1ListResponse - 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
+ meta (RmAudienceSegmentSearchMetadataV1): [optional] # noqa: E501
245
+ data ([RmAudienceSegmentEntityV1Resource], none_type): [optional] # noqa: E501
246
+ warnings ([CommonProblem], none_type): [optional] # noqa: E501
247
+ errors ([CommonProblem], none_type): [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.")