VpnGatewayStatusTunnel constructor

VpnGatewayStatusTunnel({
  1. int? localGatewayInterface,
  2. int? peerGatewayInterface,
  3. String? tunnelUrl,
})

Implementation

VpnGatewayStatusTunnel({
  this.localGatewayInterface,
  this.peerGatewayInterface,
  this.tunnelUrl,
});