SetValue sets the "value" field.
(s string)
| 298 | |
| 299 | // SetValue sets the "value" field. |
| 300 | func (muo *MetadataUpdateOne) SetValue(s string) *MetadataUpdateOne { |
| 301 | muo.mutation.SetValue(s) |
| 302 | return muo |
| 303 | } |
| 304 | |
| 305 | // SetNillableValue sets the "value" field if the given value is not nil. |
| 306 | func (muo *MetadataUpdateOne) SetNillableValue(s *string) *MetadataUpdateOne { |
no test coverage detected