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

com.slack.api.model.admin.RoleAssignment Maven / Gradle / Ivy

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

import lombok.Data;

@Data
public class RoleAssignment {
    private String roleId;
    private String entityId;
    private String userId;
    private Integer dateCreate;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy