benchling_api_client.models.request_task_schema_organization module¶
- class RequestTaskSchemaOrganization¶
Bases:
object
The organization that owns the schema.
- __init__(handle: Union[benchling_api_client.types.Unset, str] = attr_dict['_handle'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default) None ¶
Method generated by attrs for class RequestTaskSchemaOrganization.