GoogleCloudDialogflowCxV3RunTestCaseRequest.fromJson constructor
GoogleCloudDialogflowCxV3RunTestCaseRequest.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3RunTestCaseRequest.fromJson(core.Map json_)
: this(
environment: json_.containsKey('environment')
? json_['environment'] as core.String
: null,
);