How to upload a string content a class that i created in the backendless console ?

I checked your documentation but one thing i dont get it is that why do i need to create a class ?

class Contact : NSObject { var objectId : String? var name : String? var age: Int = 0 var phone : String? var title : String?}