benchling_api_client.models.benchling_app_create module

class BenchlingAppCreate

Bases: object

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

Method generated by attrs for class BenchlingAppCreate.

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