SetIsValidated sets the "isValidated" field.
(v bool)
| 595 | |
| 596 | // SetIsValidated sets the "isValidated" field. |
| 597 | func (u *MachineUpsert) SetIsValidated(v bool) *MachineUpsert { |
| 598 | u.Set(machine.FieldIsValidated, v) |
| 599 | return u |
| 600 | } |
| 601 | |
| 602 | // UpdateIsValidated sets the "isValidated" field to the value that was provided on create. |
| 603 | func (u *MachineUpsert) UpdateIsValidated() *MachineUpsert { |