SetName sets the "name" field.
(s string)
| 440 | |
| 441 | // SetName sets the "name" field. |
| 442 | func (nuo *NodeUpdateOne) SetName(s string) *NodeUpdateOne { |
| 443 | nuo.mutation.SetName(s) |
| 444 | return nuo |
| 445 | } |
| 446 | |
| 447 | // SetNillableName sets the "name" field if the given value is not nil. |
| 448 | func (nuo *NodeUpdateOne) SetNillableName(s *string) *NodeUpdateOne { |
no test coverage detected