SetProps sets the "props" field.
(tp *types.ShareProps)
| 168 | |
| 169 | // SetProps sets the "props" field. |
| 170 | func (su *ShareUpdate) SetProps(tp *types.ShareProps) *ShareUpdate { |
| 171 | su.mutation.SetProps(tp) |
| 172 | return su |
| 173 | } |
| 174 | |
| 175 | // ClearProps clears the value of the "props" field. |
| 176 | func (su *ShareUpdate) ClearProps() *ShareUpdate { |