GoogleCloudDialogflowCxV3CompareVersionsResponse.fromJson constructor

GoogleCloudDialogflowCxV3CompareVersionsResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3CompareVersionsResponse.fromJson(core.Map json_)
  : this(
      baseVersionContentJson: json_['baseVersionContentJson'] as core.String?,
      compareTime: json_['compareTime'] as core.String?,
      targetVersionContentJson:
          json_['targetVersionContentJson'] as core.String?,
    );