GoogleCloudDialogflowV2ConnectionErrorDetails.fromJson constructor

GoogleCloudDialogflowV2ConnectionErrorDetails.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2ConnectionErrorDetails.fromJson(core.Map json_)
  : this(
      certificateState: json_['certificateState'] as core.String?,
      errorMessage: json_['errorMessage'] as core.String?,
    );