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 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 creator: UserSummary¶
- property custom_fields: CustomFields¶
- property review_record: Optional[StageEntryReviewRecord]¶
Review record if set
- property schema: Optional[EntrySchema]¶
Entry schema