SetProps sets the "props" field.
(tp *types.ShareProps)
| 547 | |
| 548 | // SetProps sets the "props" field. |
| 549 | func (suo *ShareUpdateOne) SetProps(tp *types.ShareProps) *ShareUpdateOne { |
| 550 | suo.mutation.SetProps(tp) |
| 551 | return suo |
| 552 | } |
| 553 | |
| 554 | // ClearProps clears the value of the "props" field. |
| 555 | func (suo *ShareUpdateOne) ClearProps() *ShareUpdateOne { |