ICustomTypeValue

class LOGS.Interfaces.ICustomTypeValue.ICustomTypeValue(ref=None)[source]

Bases: ICustomValue

property customFields: List[ICustomFieldValue]
fromDict(ref)[source]
Return type:

None

getField(fieldNameOrId)[source]
getSection(sectionIndexOrFieldId)[source]
Return type:

Optional[ICustomSectionValue]

property id: int | None
property name: str | None
printFieldValues(hideNone=False)[source]
toDict()[source]
Return type:

Dict[str, Any]