PrivateServiceConnect.fromJson constructor

PrivateServiceConnect.fromJson(
  1. Map json_
)

Implementation

PrivateServiceConnect.fromJson(core.Map json_)
  : this(
      networkAttachment: json_['networkAttachment'] as core.String?,
      publicIpAddressDisabled: json_['publicIpAddressDisabled'] as core.bool?,
      routeAllTraffic: json_['routeAllTraffic'] as core.bool?,
    );