SetPassword sets the "password" field.
(v string)
| 535 | |
| 536 | // SetPassword sets the "password" field. |
| 537 | func (u *MachineUpsert) SetPassword(v string) *MachineUpsert { |
| 538 | u.Set(machine.FieldPassword, v) |
| 539 | return u |
| 540 | } |
| 541 | |
| 542 | // UpdatePassword sets the "password" field to the value that was provided on create. |
| 543 | func (u *MachineUpsert) UpdatePassword() *MachineUpsert { |