GetUserSettingsResponse constructor

GetUserSettingsResponse()
Initializes a new instance of the

Implementation

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