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

io.polyapi.plugin.model.function.PolyFunctionArgument Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package io.polyapi.plugin.model.function;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class PolyFunctionArgument {
    private String key;
    private String name;
    private String type;
    private String typeSchema;
    private Boolean required;
    private Boolean secure;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy