SetMessage sets the "message" field.
(v string)
| 76 | |
| 77 | // SetMessage sets the "message" field. |
| 78 | func (_c *AlertCreate) SetMessage(v string) *AlertCreate { |
| 79 | _c.mutation.SetMessage(v) |
| 80 | return _c |
| 81 | } |
| 82 | |
| 83 | // SetNillableMessage sets the "message" field if the given value is not nil. |
| 84 | func (_c *AlertCreate) SetNillableMessage(v *string) *AlertCreate { |
no outgoing calls
no test coverage detected