GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.fromJson constructor

GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.fromJson(core.Map json_)
  : this(trackingBranch: json_['trackingBranch'] as core.String?);