SetUpdatedAt sets the "updated_at" field.
(v time.Time)
| 487 | |
| 488 | // SetUpdatedAt sets the "updated_at" field. |
| 489 | func (u *MachineUpsert) SetUpdatedAt(v time.Time) *MachineUpsert { |
| 490 | u.Set(machine.FieldUpdatedAt, v) |
| 491 | return u |
| 492 | } |
| 493 | |
| 494 | // UpdateUpdatedAt sets the "updated_at" field to the value that was provided on create. |
| 495 | func (u *MachineUpsert) UpdateUpdatedAt() *MachineUpsert { |