benchling_api_client.models.entry_create module

class EntryCreate

Bases: object

__init__(folder_id: str, name: str, author_ids: Union[benchling_api_client.types.Unset, str, List[str], UnknownType] = attr_dict['_author_ids'].default, custom_fields: Union[benchling_api_client.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, entry_template_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_entry_template_id'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, schema_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_schema_id'].default) None

Method generated by attrs for class EntryCreate.

property author_ids: Union[str, List[str], UnknownType]
property custom_fields: CustomFields
property entry_template_id: str

ID of the template to clone the entry from

property fields: Fields
property folder_id: str

ID of the folder that will contain the entry

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.entry_create.T
property name: str

Name of the entry

property schema_id: str

ID of the entry’s schema

to_dict() Dict[str, Any]