Back endless equivalent of PFObject(className: String?)

What is the back endless equivalent of parse’s PFObject(className: String?) ?
I am trying to update the database when a user taps a cell in a table view.

Hi Taylor,

The answer is right there in the docs:
https://backendless.com/documentation/data/ios/data_updating_data_objects.htm

Mark

Hey thanks. I think I got it working. I didn’t understand the docs at first but after playing around with it for a while I think I got it. Thanks!