io.swagger.models.properties.BooleanValueProperty Maven / Gradle / Ivy
package io.swagger.models.properties;
public class BooleanValueProperty extends AbstractProperty implements Property {
public BooleanValueProperty() {}
public BooleanValueProperty(Boolean booleanValue) {
this.booleanValue = booleanValue;
}
}