GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.fromJson constructor
GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.fromJson(core.Map json_)
: this(
trackingBranch: json_.containsKey('trackingBranch')
? json_['trackingBranch'] as core.String
: null,
);