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

io.github.pangzixiang.whatsit.vertx.swagger.model.Parameter Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package io.github.pangzixiang.whatsit.vertx.swagger.model;

import lombok.Data;

@Data
public class Parameter {
    private String name;
    private String in;
    private String description;
    private boolean required;
    private String type;
    private String format;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy