The folder path info
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, | The folder path info |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
image_height | decimal.Decimal, int, | decimal.Decimal, | value must be a 32 bit integer | |
device_model | str, | str, | ||
connected_since | decimal.Decimal, int, | decimal.Decimal, | value must be a 64 bit integer | |
device_function | str, | str, | ||
image_base_url | str, | str, | ||
device_type | str, | str, | ||
image_file_name | str, | str, | ||
serial_number | str, | str, | ||
device_mac_address | str, | str, | ||
image_width | decimal.Decimal, int, | decimal.Decimal, | value must be a 32 bit integer | |
folder_id | decimal.Decimal, int, | decimal.Decimal, | value must be a 64 bit integer | |
host_name | str, | str, | ||
xaxis | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
yaxis | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |