SetIsValidated sets the "isValidated" field.
(v bool)
| 128 | |
| 129 | // SetIsValidated sets the "isValidated" field. |
| 130 | func (_c *MachineCreate) SetIsValidated(v bool) *MachineCreate { |
| 131 | _c.mutation.SetIsValidated(v) |
| 132 | return _c |
| 133 | } |
| 134 | |
| 135 | // SetNillableIsValidated sets the "isValidated" field if the given value is not nil. |
| 136 | func (_c *MachineCreate) SetNillableIsValidated(v *bool) *MachineCreate { |
no outgoing calls
no test coverage detected