allocatedConnections property

  1. @TagNumber.new(10)
List<AppGateway_AllocatedConnection> get allocatedConnections

Output only. A list of connections allocated for the Gateway

Implementation

@$pb.TagNumber(10)
$core.List<AppGateway_AllocatedConnection> get allocatedConnections =>
    $_getList(9);