Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource
- 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
Overview
Settings for restoring from a git branch
Instance Attribute Summary collapse
-
#tracking_branch ⇒ String
tracking branch for the git pull Corresponds to the JSON property
trackingBranch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource
constructor
A new instance of GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource
Returns a new instance of GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource.
6623 6624 6625 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6623 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tracking_branch ⇒ String
tracking branch for the git pull
Corresponds to the JSON property trackingBranch
6621 6622 6623 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6621 def tracking_branch @tracking_branch end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6628 6629 6630 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6628 def update!(**args) @tracking_branch = args[:tracking_branch] if args.key?(:tracking_branch) end |