ExternalVpnGatewayInterface.fromJson constructor

ExternalVpnGatewayInterface.fromJson(
  1. Map json_
)

Implementation

ExternalVpnGatewayInterface.fromJson(core.Map json_)
    : this(
        id: json_['id'] as core.int?,
        ipAddress: json_['ipAddress'] as core.String?,
        ipv6Address: json_['ipv6Address'] as core.String?,
      );