SetCapabilities sets the "capabilities" field.
(v *boolset.BooleanSet)
| 1102 | |
| 1103 | // SetCapabilities sets the "capabilities" field. |
| 1104 | func (u *NodeUpsertBulk) SetCapabilities(v *boolset.BooleanSet) *NodeUpsertBulk { |
| 1105 | return u.Update(func(s *NodeUpsert) { |
| 1106 | s.SetCapabilities(v) |
| 1107 | }) |
| 1108 | } |
| 1109 | |
| 1110 | // UpdateCapabilities sets the "capabilities" field to the value that was provided on create. |
| 1111 | func (u *NodeUpsertBulk) UpdateCapabilities() *NodeUpsertBulk { |