UserInfoResponse

open class UserInfoResponse : ApiResponse

Functions

getMessage
Link copied to clipboard
open fun getMessage(): String
getStatusCode
Link copied to clipboard
open fun getStatusCode(): Int
isSuccessful
Link copied to clipboard
open fun isSuccessful(): Boolean

Properties

email
Link copied to clipboard
@Expose
@SerializedName(value = "email")
private open val email: String
isEmailVerified
Link copied to clipboard
@Expose
@SerializedName(value = "emailverified")
private open val isEmailVerified: Boolean
totalQuota
Link copied to clipboard
@Expose
@SerializedName(value = "quota")
private open val totalQuota: Long
usedQuota
Link copied to clipboard
@Expose
@SerializedName(value = "usedquota")
private open val usedQuota: Long
userId
Link copied to clipboard
@Expose
@SerializedName(value = "userid")
private open val userId: Long