SetReferenceCount sets the "reference_count" field.
(v int)
| 742 | |
| 743 | // SetReferenceCount sets the "reference_count" field. |
| 744 | func (u *EntityUpsertOne) SetReferenceCount(v int) *EntityUpsertOne { |
| 745 | return u.Update(func(s *EntityUpsert) { |
| 746 | s.SetReferenceCount(v) |
| 747 | }) |
| 748 | } |
| 749 | |
| 750 | // AddReferenceCount adds v to the "reference_count" field. |
| 751 | func (u *EntityUpsertOne) AddReferenceCount(v int) *EntityUpsertOne { |