GoogleCloudDialogflowCxV3ImportTestCasesRequest.fromJson constructor
GoogleCloudDialogflowCxV3ImportTestCasesRequest.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3ImportTestCasesRequest.fromJson(core.Map json_)
: this(
content: json_['content'] as core.String?,
gcsUri: json_['gcsUri'] as core.String?,
);