benchling_api_client.models.feature_library_update module

class FeatureLibraryUpdate

Bases: object

Inputs for updating a feature library

__init__(description: Union[benchling_api_client.types.Unset, str] = attr_dict['_description'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default) None

Method generated by attrs for class FeatureLibraryUpdate.

property description: str

The description for the feature library

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

The name of the feature library

to_dict() Dict[str, Any]