benchling_api_client.models.inaccessible_resource module

class InaccessibleResource

Bases: object

__init__(inaccessible_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_inaccessible_id'].default, type: Union[benchling_api_client.types.Unset, str] = attr_dict['_type'].default) None

Method generated by attrs for class InaccessibleResource.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.inaccessible_resource.T
property inaccessible_id: str
to_dict() Dict[str, Any]
property type: str

The type of this inaccessible item. Example values: “custom_entity”, “container”, “plate”, “dna_sequence”