SetName sets the "name" field.
(s string)
| 210 | |
| 211 | // SetName sets the "name" field. |
| 212 | func (suo *SettingUpdateOne) SetName(s string) *SettingUpdateOne { |
| 213 | suo.mutation.SetName(s) |
| 214 | return suo |
| 215 | } |
| 216 | |
| 217 | // SetNillableName sets the "name" field if the given value is not nil. |
| 218 | func (suo *SettingUpdateOne) SetNillableName(s *string) *SettingUpdateOne { |
no test coverage detected