Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.1 KB

ReportColumnModel.md

File metadata and controls

44 lines (34 loc) · 2.1 KB

xprizo_sdk_py.model.report_column_model.ReportColumnModel

Model Type Info

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

Dictionary Keys

Key Input Type Accessed Type Description Notes
index decimal.Decimal, int, decimal.Decimal, [optional] value must be a 64 bit integer
type None, str, NoneClass, str, [optional]
header None, str, NoneClass, str, [optional]
name None, str, NoneClass, str, [optional]
show bool, BoolClass, [optional]
headerCss dict, frozendict.frozendict, None, frozendict.frozendict, NoneClass, [optional]
css dict, frozendict.frozendict, None, frozendict.frozendict, NoneClass, [optional]

headerCss

Model Type Info

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

Dictionary Keys

Key Input Type Accessed Type Description Notes
any_string_name None, str, NoneClass, str, any string name can be used but the value must be the correct type [optional]

css

Model Type Info

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

Dictionary Keys

Key Input Type Accessed Type Description Notes
any_string_name None, str, NoneClass, str, any string name can be used but the value must be the correct type [optional]

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