benchling_api_client.models.request_sample_group_samples module¶
- class RequestSampleGroupSamples¶
Bases:
object
The key for each RequestSample should match one of the samplesSchema[n].name property in the request schema json.
- additional_properties: Dict[str, Union[RequestSampleWithEntity, RequestSampleWithBatch, UnknownType]]¶
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.request_sample_group_samples.T ¶
- get(key, default=None) Optional[Union[RequestSampleWithEntity, RequestSampleWithBatch, UnknownType]] ¶