benchling_api_client.models.request_sample_group module

class RequestSampleGroup

Bases: object

__init__(id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, samples: Union[benchling_api_client.types.Unset, RequestSampleGroupSamples] = attr_dict['_samples'].default) None

Method generated by attrs for class RequestSampleGroup.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.request_sample_group.T
get(key, default=None) Optional[Any]
property id: str
property samples: RequestSampleGroupSamples

The key for each RequestSample should match one of the samplesSchema[n].name property in the request schema json.

to_dict() Dict[str, Any]