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