io.polyapi.client.api.OnUpdateOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
Java client library for Poly API
package io.polyapi.client.api;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class OnUpdateOptions {
private VariableChangeEvent.Type type;
private Boolean secret;
}