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

com.spring.boxes.webhook.starter.push.feishu.Interactive Maven / Gradle / Ivy

The newest version!
package com.spring.boxes.webhook.starter.push.feishu;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;

import java.util.List;

@Data
public class Interactive {

    @JsonProperty("config")
    private Config config;

    @JsonProperty("elements")
    private List elements;

    @JsonProperty("header")
    private Header header;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy