benchling_api_client.models.bulk_create_features_async_task_response module

class BulkCreateFeaturesAsyncTaskResponse

Bases: object

__init__(features: Union[benchling_api_client.types.Unset, List[Feature]] = attr_dict['_features'].default) None

Method generated by attrs for class BulkCreateFeaturesAsyncTaskResponse.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property features: List[Feature]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.bulk_create_features_async_task_response.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]