Class TenantSearchResponse

java.lang.Object
io.fusionauth.domain.api.TenantSearchResponse

public class TenantSearchResponse extends Object
Tenant search response
Author:
Mark Manes
  • Field Details

    • tenants

      public List<Tenant> tenants
    • total

      public long total
  • Constructor Details

    • TenantSearchResponse

      public TenantSearchResponse()
    • TenantSearchResponse

      public TenantSearchResponse(SearchResults<Tenant> searchResults)