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

com.hubspot.slack.client.models.response.team.TeamInfoResponseIF Maven / Gradle / Ivy

package com.hubspot.slack.client.models.response.team;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.hubspot.immutables.style.HubSpotStyle;
import com.hubspot.slack.client.models.response.SlackResponse;
import com.hubspot.slack.client.models.teams.SlackTeam;
import org.immutables.value.Value.Immutable;

@Immutable
@HubSpotStyle
public interface TeamInfoResponseIF extends SlackResponse {
  @JsonProperty("team")
  SlackTeam getSlackTeam();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy