SetGUID sets the "guid" field.
(s string)
| 422 | |
| 423 | // SetGUID sets the "guid" field. |
| 424 | func (ocuo *OAuthClientUpdateOne) SetGUID(s string) *OAuthClientUpdateOne { |
| 425 | ocuo.mutation.SetGUID(s) |
| 426 | return ocuo |
| 427 | } |
| 428 | |
| 429 | // SetNillableGUID sets the "guid" field if the given value is not nil. |
| 430 | func (ocuo *OAuthClientUpdateOne) SetNillableGUID(s *string) *OAuthClientUpdateOne { |
no test coverage detected