GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.fromJson constructor

GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.fromJson(
  1. Map json_
)

Implementation

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