Skip to content

QueryEditorOperatorValueType🔗

Definition🔗

public class QueryEditorOperatorValueType {
  public String string;
  public Boolean bool;
  public Long int64;
  public List<QueryEditorOperatorType> arrayOfQueryEditorOperatorType;
}