All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jrodmanu.mattermostjavasdk.models.responses.SearchTeamsPaginatedResponse Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.jrodmanu.mattermostjavasdk.models.responses;

import com.jrodmanu.mattermostjavasdk.models.common.Team;

/**
 * Represents a response to searching for paginated teams from the Mattermost API
 */
public class SearchTeamsPaginatedResponse {
    public Team[] teams;
    public int totalCount;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy