ICustomSectionValue

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

Bases: ITypedCustomValue

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

None

getCustomField(fieldName)[source]
Return type:

Optional[ICustomFieldValue]

getField(fieldNameOrId)[source]
classmethod getId()[source]
Return type:

str

property name: str | None
setField(fieldNameOrId, value)[source]
toDict()[source]
Return type:

Dict[str, Any]