com.spring.boxes.webhook.starter.push.feishu.Href Maven / Gradle / Ivy
The newest version!
package com.spring.boxes.webhook.starter.push.feishu;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.*;
@AllArgsConstructor
@NoArgsConstructor
@Data
public class Href {
@JsonProperty("urlVal")
private UrlVal urlVal;
}