Record Class VipsIntOption

java.lang.Object
java.lang.Record
app.photofox.vipsffm.helper.VipsIntOption
All Implemented Interfaces:
VipsOption

public record VipsIntOption(String key, int value) extends Record implements VipsOption