Work on data store and related
This commit is contained in:
@@ -105,13 +105,13 @@ class Common_Route_Params_Min:
|
||||
exclude_unset: bool = True,
|
||||
response = None,
|
||||
):
|
||||
# self.x_account_id = x_account_id
|
||||
# self.x_account_id_random = x_account_id_random
|
||||
# self.enabled = enabled
|
||||
# self.limit = limit
|
||||
# self.offset = offset
|
||||
# self.by_alias = by_alias
|
||||
# self.exclude_unset = exclude_unset
|
||||
self.x_account_id = x_account_id
|
||||
self.x_account_id_random = x_account_id_random
|
||||
self.enabled = enabled
|
||||
self.limit = limit
|
||||
self.offset = offset
|
||||
self.by_alias = by_alias
|
||||
self.exclude_unset = exclude_unset
|
||||
self.response = response
|
||||
# log.debug(response)
|
||||
# ### END ### API Lib General ### class Common_Route_Params_Min ###
|
||||
|
||||
Reference in New Issue
Block a user