gateway property

  1. @TagNumber.new(11)
AppConnection_Gateway get gateway

Optional. Gateway used by the AppConnection.

Implementation

@$pb.TagNumber(11)
AppConnection_Gateway get gateway => $_getN(10);
  1. @TagNumber.new(11)
set gateway (AppConnection_Gateway v)

Implementation

@$pb.TagNumber(11)
set gateway(AppConnection_Gateway v) {
  setField(11, v);
}