benchling_api_client.models.feature_library_create module

class FeatureLibraryCreate

Bases: object

Inputs for creating a feature library

__init__(organization_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_organization_id'].default, 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 FeatureLibraryCreate.

property description: str

The description for the feature library

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

The name of the feature library

property organization_id: str

The organization that will own the feature library. The requesting user must be an administrator of the organization. If unspecified and the organization allows personal ownables, then the requesting user will own the feature library

to_dict() Dict[str, Any]