GoogleCloudDialogflowCxV3EnvironmentVersionConfig.fromJson constructor

GoogleCloudDialogflowCxV3EnvironmentVersionConfig.fromJson(
  1. Map json_
)

Implementation

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