VpnGatewayStatusTunnel.fromJson constructor

VpnGatewayStatusTunnel.fromJson(
  1. Map json_
)

Implementation

VpnGatewayStatusTunnel.fromJson(core.Map json_)
    : this(
        localGatewayInterface: json_['localGatewayInterface'] as core.int?,
        peerGatewayInterface: json_['peerGatewayInterface'] as core.int?,
        tunnelUrl: json_['tunnelUrl'] as core.String?,
      );