(obj any)
| 253 | } |
| 254 | |
| 255 | func NewCreateOrUpdateOperation(obj any) sdkpkg.PatchCollectorOperation { |
| 256 | return newCreateOperation(CreateOrUpdate, obj) |
| 257 | } |
| 258 | |
| 259 | func NewCreateIfNotExistsOperation(obj any) sdkpkg.PatchCollectorOperation { |
| 260 | return newCreateOperation(CreateIfNotExists, obj) |