org.openl.rules.rest.model.NotificationModel Maven / Gradle / Ivy
package org.openl.rules.rest.model;
import java.util.List;
import io.swagger.v3.oas.annotations.Parameter;
public class NotificationModel {
@Parameter(description = "Localized notification message")
private String message;
@Parameter(description = "Notification code")
private String code;
@Parameter(description = "Message arguments")
private List