SetType sets the "type" field.
(s string)
| 328 | |
| 329 | // SetType sets the "type" field. |
| 330 | func (tuo *TaskUpdateOne) SetType(s string) *TaskUpdateOne { |
| 331 | tuo.mutation.SetType(s) |
| 332 | return tuo |
| 333 | } |
| 334 | |
| 335 | // SetNillableType sets the "type" field if the given value is not nil. |
| 336 | func (tuo *TaskUpdateOne) SetNillableType(s *string) *TaskUpdateOne { |
no test coverage detected