ITypedEntity
- class LOGS.Interfaces.ITypedEntity.ICustomFieldSearch(customFieldSearchExpression=None)[source]
Bases:
object-
customFieldSearchExpression:
Optional[str] = None
-
customFieldSearchExpression:
- class LOGS.Interfaces.ITypedEntity.ITypedEntity[source]
Bases:
IEntityInterface- property customType: CustomType | None
- property customValues: ICustomTypeValue | None
- class LOGS.Interfaces.ITypedEntity.ITypedEntityRequest(customFieldSearchExpression=None, customTypeIds=None, customFieldIds=None)[source]
Bases:
ICustomFieldSearch-
customFieldIds:
Optional[List[int]] = None
-
customTypeIds:
Optional[List[int]] = None
-
customFieldIds: