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