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

com.slack.api.model.IntegrationLog Maven / Gradle / Ivy

There is a newer version: 1.44.1
Show newest version
package com.slack.api.model;

import lombok.Data;

@Data
public class IntegrationLog {
    private String appType;
    private String appId;

    private String serviceId;
    private String serviceType;

    private String userId;
    private String userName;

    private String channel;

    private Integer date;
    private String changeType;
    private String resolution;
    private String reason;
    private String scope;

    private boolean rssFeed;
    private String rssFeedChangeType;
    private String rssFeedTitle;
    private String rssFeedUrl;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy