Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/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) ⇒ GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource
constructor
A new instance of GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource
Returns a new instance of GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource.
11648 11649 11650 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11648 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tracking_branch ⇒ String
tracking branch for the git pull
Corresponds to the JSON property trackingBranch
11646 11647 11648 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11646 def tracking_branch @tracking_branch end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11653 11654 11655 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11653 def update!(**args) @tracking_branch = args[:tracking_branch] if args.key?(:tracking_branch) end |