gitlab-runner-gateway/src/main/java/tk/antoine_roux/wiki/model/response/secondary/GitLabFeatures.java

9 lines
213 B
Java
Raw Normal View History

2020-10-03 15:03:48 +00:00
package tk.antoine_roux.wiki.model.response.secondary;
import com.fasterxml.jackson.annotation.JsonProperty;
public class GitLabFeatures {
@JsonProperty("trace_sections")
public boolean traceSections;
}