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