UpdateCodeHash sets the "code_hash" field to the value that was provided on create.
()
| 873 | |
| 874 | // UpdateCodeHash sets the "code_hash" field to the value that was provided on create. |
| 875 | func (u *InviteCodeUpsertBulk) UpdateCodeHash() *InviteCodeUpsertBulk { |
| 876 | return u.Update(func(s *InviteCodeUpsert) { |
| 877 | s.UpdateCodeHash() |
| 878 | }) |
| 879 | } |
| 880 | |
| 881 | // SetCodePrefix sets the "code_prefix" field. |
| 882 | func (u *InviteCodeUpsertBulk) SetCodePrefix(v string) *InviteCodeUpsertBulk { |