GetValue returns the ent.Value that was dynamically selected and assigned to the Decision. This includes values selected through modifiers, order, etc.
(name string)
| 217 | // GetValue returns the ent.Value that was dynamically selected and assigned to the Decision. |
| 218 | // This includes values selected through modifiers, order, etc. |
| 219 | func (_m *Decision) GetValue(name string) (ent.Value, error) { |
| 220 | return _m.selectValues.Get(name) |
| 221 | } |
| 222 | |
| 223 | // QueryOwner queries the "owner" edge of the Decision entity. |
| 224 | func (_m *Decision) QueryOwner() *AlertQuery { |