Work on data store and related

This commit is contained in:
Scott Idem
2022-07-27 18:05:08 -04:00
parent c87531aff7
commit dd1b3c0b1b
10 changed files with 167 additions and 26 deletions

View File

@@ -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 ###