
com.github.seratch.jslack.api.methods.request.team.TeamAccessLogsRequest Maven / Gradle / Ivy
package com.github.seratch.jslack.api.methods.request.team;
import com.github.seratch.jslack.api.methods.SlackApiRequest;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class TeamAccessLogsRequest implements SlackApiRequest {
/**
* Authentication token. Requires scope: `admin`
*/
private String token;
/**
* End of time range of logs to include in results (inclusive).
*/
private Integer before;
private Integer count;
private Integer page;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy