ObjectTemplateAttribute
class flow_api.object_template_attribute.ObjectTemplateAttribute
(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, datatype=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, is_hidden=<class 'flow_api.system.NotSet'>, is_nullable=<class 'flow_api.system.NotSet'>, is_unique=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, object_template_id=<class 'flow_api.system.NotSet'>, reference_object_template_id=<class 'flow_api.system.NotSet'>, reference_record_type=<class 'flow_api.system.NotSet'>, silent_update=<class 'flow_api.system.NotSet'>, debug=False
)
Base class: Row
A definition of an attribute of an object_template.
Behaves similarly to database column with properties like datatype, nullability, uniqueness.
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
by | str | |
cls | Optional | |
commit | bool | |
datatype | Union | |
debug | bool | |
description | Union | |
init | Optional | |
is_hidden | Union | |
is_nullable | Union | |
is_unique | Union | |
name | Union | |
object_template_id | Union | |
reference_object_template_id | Union | |
reference_record_type | Union | |
select | Optional | |
silent_update | Union |