benchling_api_client.models.stage_entry module

class StageEntry

Bases: object

A notebook entry used for execution of one or more stage runs in a legacy workflow.

__init__(api_url: Union[benchling_api_client.types.Unset, str] = attr_dict['_api_url'].default, authors: Union[benchling_api_client.types.Unset, List[UserSummary]] = attr_dict['_authors'].default, created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, creator: Union[benchling_api_client.types.Unset, UserSummary] = attr_dict['_creator'].default, custom_fields: Union[benchling_api_client.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, display_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_display_id'].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, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, modified_at: Union[benchling_api_client.types.Unset, str] = attr_dict['_modified_at'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, review_record: Union[benchling_api_client.types.Unset, None, StageEntryReviewRecord] = attr_dict['_review_record'].default, schema: Union[benchling_api_client.types.Unset, None, EntrySchema] = attr_dict['_schema'].default, web_url: Union[benchling_api_client.types.Unset, str] = attr_dict['_web_url'].default, workflow_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_workflow_id'].default, workflow_stage_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_workflow_stage_id'].default) None

Method generated by attrs for class StageEntry.

property api_url: str

The canonical url of the Stage Entry in the API.

property authors: List[UserSummary]

Array of UserSummary Resources of the authors of the stage entry. This defaults to the creator but can be manually changed.

property created_at: datetime

DateTime the stage entry was created at

property creator: UserSummary
property custom_fields: CustomFields
property display_id: str

User-friendly ID of the stage entry

property fields: Fields
property folder_id: str

ID of the folder that contains the stage entry

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

ID of the stage entry

property modified_at: str

DateTime the stage entry was last modified

property name: str

Title of the stage entry

property review_record: Optional[StageEntryReviewRecord]

Review record if set

property schema: Optional[EntrySchema]

Entry schema

to_dict() Dict[str, Any]
property web_url: str

URL of the stage entry

property workflow_id: str

ID of the parent workflow

property workflow_stage_id: str

ID of the associated workflow stage