[[["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.Multitenancy.ListTenantsOptions Class Reference\n\nFirebaseAdmin.Auth.Multitenancy.ListTenantsOptions\n==================================================\n\nOptions for listing tenants.\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| [PageSize](#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_list_tenants_options_1a0a31a3f77f53cd926f06e01edbf976a7) | `int` Gets or sets the number of results to fetch in a single API call. |\n| [PageToken](#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_list_tenants_options_1aa08ceeacee064052b39d976c1af76d75) | `string` Gets or sets the page token. |\n\nProperties\n----------\n\n### PageSize\n\n```text\nint PageSize\n``` \nGets or sets the number of results to fetch in a single API call.\n\nThis does not affect the total number of results returned. Must not exceed 100. \n\n### PageToken\n\n```text\nstring PageToken\n``` \nGets or sets the page token.\n\nIf set, this token is used to indicate a continued list operation."]]