Geo View Node
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, | Geo View Node |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
folder_id | decimal.Decimal, int, | decimal.Decimal, | Folder ID | [optional] value must be a 64 bit integer |
folder_name | str, | str, | Folder Name | [optional] |
folder_type | str, | str, | Folder Type | [optional] |
total_children | decimal.Decimal, int, | decimal.Decimal, | Total Children | [optional] value must be a 64 bit integer |
total_unhealthy_children | decimal.Decimal, int, | decimal.Decimal, | Total Unhealthy Children | [optional] value must be a 64 bit integer |
folders | list, tuple, | tuple, | List of Children | [optional] |
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] |
List of Children
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
list, tuple, | tuple, | List of Children |
Class Name | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
GeoViewNode | GeoViewNode | GeoViewNode |