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

9 lines
213 B
Java

package tk.antoine_roux.wiki.model.response.secondary;
import com.fasterxml.jackson.annotation.JsonProperty;
public class GitLabFeatures {
@JsonProperty("trace_sections")
public boolean traceSections;
}