GetUserSettingsResponse constructor
GetUserSettingsResponse()
Implementation
GetUserSettingsResponse() : super() {
this.SmtpAddress = "";
this.Settings = new Map<UserSettingName?, Object?>();
this.UserSettingErrors = <UserSettingError>[];
}