LoginResponse

open class LoginResponse

Constructors

Link copied to clipboard
constructor(mapstedId: String, firstName: String, lastName: String, email: String, countryCode: String, phone: String, bio: String, baseUrl: String, profileImageUrl: String)

Properties

Link copied to clipboard
@SerializedName(value = "BaseUrl")
@Expose
open var baseUrl: String
Link copied to clipboard
@SerializedName(value = "Bio")
@Expose
open val bio: String
Link copied to clipboard
@SerializedName(value = "PhoneCountryCode")
@Expose
open var countryCode: String
Link copied to clipboard
@SerializedName(value = "Email")
@Expose
open var email: String
Link copied to clipboard
@SerializedName(value = "FirstName")
@Expose
open var firstName: String
Link copied to clipboard
@SerializedName(value = "LastName")
@Expose
open var lastName: String
Link copied to clipboard
@SerializedName(value = "MapstedId")
@Expose
open val mapstedId: String
Link copied to clipboard
@SerializedName(value = "Phone")
@Expose
open var phone: String
Link copied to clipboard
@SerializedName(value = "ProfileImageUrl")
@Expose
open var profileImageUrl: String