from_dict

classmethod RaysOutput.from_dict(d)

Creates a new RaysOutput object from a dict of values.

Parameters:

d (dict[str, Any]) – A dict with keys corresponding to any of this class’s attributes.

Returns:

A new RaysOutput object with the values specified by dict.

Return type:

RaysOutput