class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination

Settings for exporting to a git branch.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @commit_message = args[:commit_message] if args.key?(:commit_message)
  @tracking_branch = args[:tracking_branch] if args.key?(:tracking_branch)
end