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

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

package com.slack.api.model;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

@Data
public class ChannelEmailAddress {
    private String teamId;
    private String userId;
    private String conversationId;
    private Integer dateCreated;
    private String address;
    private String name;
    private Icons icons;

    @Data
    public static class Icons {
        @SerializedName("image_36")
        private String image36;
        @SerializedName("image_48")
        private String image48;
        @SerializedName("image_72")
        private String image72;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy