SetValue
Set new value
Last updated
Set new value
Last updated
Subclass of . Type: [Dict[str, Any], Dict[str, Any]].
Main methods and properties
key (str): Key for which new value will be seted.
value (Any): New value.
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Set new value to key
input_data (Dict[str, Any]): Current data.
Dict[str, Any]: Updated data.