CustomField

class LOGS.Entities.CustomField.CustomField(ref=None, id=None, connection=None)[source]

Bases: IEntityWithIntId, IOwnedEntity, INamedEntity, IUniqueEntity, IEntryRecord, IModificationRecord, ILiteraryTypedEntity, IGenericPermissionEntity

property className: str | None
property customTypeConstraint: List[CustomTypeMinimal] | None
property dataType: CustomFieldDataType | None
property defaultValues: Any | None
property description: str | None
fromDict(ref)[source]
Return type:

None

property integrationId: str | None
static isValidClassName(name)[source]
Return type:

bool

property placeholder: str | None
property predefinedOptions: List[Any] | None
property predefinedOptionsFromValues: bool
property readOnly: bool | None
property required: bool | None
property showAsTextArea: bool | None
property templateVersion: str | None
property validationMessage: str | None
property validationRegexp: str | None