GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.fromJson constructor
GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.fromJson(core.Map json_)
: this(
entityTypeNames: json_.containsKey('entityTypeNames')
? (json_['entityTypeNames'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);