[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["FirebaseAdmin.Auth.UserImportResult\n\nRepresents the result of the AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) API.\n\nSummary\n\nProperties \n\nErrors \n\n```text\nIReadOnlyList\u003c ErrorInfo \u003e Errors\n``` \nGets errors associated with a user import.\n\nEmpty list if there were no errors.\n\nPublic attributes \n\nFailureCount \n\n```text\nint FailureCount =\u003e this.Errors?.Count ?? 0\n``` \nGets the number of users that failed to be imported. \n\nSuccessCount \n\n```text\nint SuccessCount =\u003e this.users - this.FailureCount\n``` \nGets the number of users that were imported successfully."]]