SetCodeHash sets the "code_hash" field.
(v string)
| 866 | |
| 867 | // SetCodeHash sets the "code_hash" field. |
| 868 | func (u *InviteCodeUpsertBulk) SetCodeHash(v string) *InviteCodeUpsertBulk { |
| 869 | return u.Update(func(s *InviteCodeUpsert) { |
| 870 | s.SetCodeHash(v) |
| 871 | }) |
| 872 | } |
| 873 | |
| 874 | // UpdateCodeHash sets the "code_hash" field to the value that was provided on create. |
| 875 | func (u *InviteCodeUpsertBulk) UpdateCodeHash() *InviteCodeUpsertBulk { |