Maps a ConfigBeanResponse DTO to an IConfigBeanModel object.
ConfigBeanResponse
IConfigBeanModel
This function will run as a mobx action ensuring that all observers are notified if any changes are made.
dto - the Data Transfer Object received from the backend
model - the IModel to be update
Maps a
ConfigBeanResponseDTO to anIConfigBeanModelobject.