GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination.fromJson constructor

GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination.fromJson(
    core.Map json_)
    : this(
        commitMessage: json_.containsKey('commitMessage')
            ? json_['commitMessage'] as core.String
            : null,
        trackingBranch: json_.containsKey('trackingBranch')
            ? json_['trackingBranch'] as core.String
            : null,
      );