Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.58 KB

MetaDataModel.md

File metadata and controls

24 lines (20 loc) · 1.58 KB

xprizo_sdk_py.model.meta_data_model.MetaDataModel

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
count decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
offset decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
limit decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
pageStart decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
pageEnd decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
currentPage decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
totalPages decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
isPrevious bool, BoolClass, [optional]
previousPage decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
isNext bool, BoolClass, [optional]
nextPage decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer

[Back to Model list] [Back to API list] [Back to README]