benchling_api_client.models.entry_update module

class EntryUpdate

Bases: object

__init__(author_ids: Union[benchling_api_client.types.Unset, str] = attr_dict['_author_ids'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_folder_id'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_schema_id'].default) None

Method generated by attrs for class EntryUpdate.

property author_ids: str

IDs of users to set as the entry’s authors.

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_update.T
property name: str

New name of the entry

property schema_id: str

ID of the schema for the entry

to_dict() Dict[str, Any]