Skip to content

StringOrBool🔗

Definition🔗

public class StringOrBool {
  public String string;
  public Boolean bool;
}