ConnectorConfigurationPrivateServiceConnect.fromJson constructor
      
      ConnectorConfigurationPrivateServiceConnect.fromJson(
    
    
- Map json_
Implementation
ConnectorConfigurationPrivateServiceConnect.fromJson(core.Map json_)
  : this(networkAttachment: json_['networkAttachment'] as core.String?);