Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource

Returns a new instance of GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.



6827
6828
6829
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6827

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

Instance Attribute Details

#tracking_branchString

Corresponds to the JSON property trackingBranch

Returns:

  • (String)


6825
6826
6827
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6825

def tracking_branch
  @tracking_branch
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6832
6833
6834
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6832

def update!(**args)
  @tracking_branch = args[:tracking_branch] if args.key?(:tracking_branch)
end