UpdateCapabilities sets the "capabilities" field to the value that was provided on create.
()
| 718 | |
| 719 | // UpdateCapabilities sets the "capabilities" field to the value that was provided on create. |
| 720 | func (u *NodeUpsertOne) UpdateCapabilities() *NodeUpsertOne { |
| 721 | return u.Update(func(s *NodeUpsert) { |
| 722 | s.UpdateCapabilities() |
| 723 | }) |
| 724 | } |
| 725 | |
| 726 | // SetSettings sets the "settings" field. |
| 727 | func (u *NodeUpsertOne) SetSettings(v *types.NodeSetting) *NodeUpsertOne { |