Skip to content

BoolOrUint32🔗

Definition🔗

public class BoolOrUint32 {
  public Boolean bool;
  public Integer uint32;
}