
com.github.seratch.jslack.api.methods.response.auth.AuthTestResponse Maven / Gradle / Ivy
package com.github.seratch.jslack.api.methods.response.auth;
import com.github.seratch.jslack.api.methods.SlackApiResponse;
import lombok.Data;
@Data
public class AuthTestResponse implements SlackApiResponse {
private boolean ok;
private String warning;
private String error;
private String needed;
private String provided;
private String url;
private String team;
private String user;
private String teamId;
private String userId;
private String enterpriseId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy