core / com.schibsted.account.network.response / ProfileData / <init>

<init>

ProfileData(id: String? = null, userId: String? = null, uuid: String? = null, status: Int? = null, email: String? = null, emails: List<ProfileData.Email>? = null, displayName: String? = null, preferredUsername: String? = null, gender: String? = null, utcOffset: String? = null, birthday: String? = null, photo: String? = null, url: String? = null, phoneNumber: String? = null, name: ProfileData.Name? = null, accounts: Map<String, ProfileData.Account>? = null, addresses: Map<String, ProfileData.Address>? = null, currentLocation: List<ProfileData.Address>? = null, phoneNumbers: List<ProfileData.PhoneNumber>? = null, emailVerified: String? = null, phoneNumberVerified: Boolean? = null, published: String? = null, updated: String? = null, lastAuthenticated: String? = null, passwordChanged: String? = null, lastLoggedIn: String? = null, locale: String? = null, merchants: List<Int>? = null, verified: String? = null)