SetProps sets the "props" field.
(tp *types.EntityProps)
| 671 | |
| 672 | // SetProps sets the "props" field. |
| 673 | func (euo *EntityUpdateOne) SetProps(tp *types.EntityProps) *EntityUpdateOne { |
| 674 | euo.mutation.SetProps(tp) |
| 675 | return euo |
| 676 | } |
| 677 | |
| 678 | // ClearProps clears the value of the "props" field. |
| 679 | func (euo *EntityUpdateOne) ClearProps() *EntityUpdateOne { |