Value returns the ent.Value that was dynamically selected and assigned to the Alert. This includes values selected through modifiers, order, etc.
(name string)
| 333 | // Value returns the ent.Value that was dynamically selected and assigned to the Alert. |
| 334 | // This includes values selected through modifiers, order, etc. |
| 335 | func (_m *Alert) Value(name string) (ent.Value, error) { |
| 336 | return _m.selectValues.Get(name) |
| 337 | } |
| 338 | |
| 339 | // QueryOwner queries the "owner" edge of the Alert entity. |
| 340 | func (_m *Alert) QueryOwner() *MachineQuery { |