Class: Google::Apis::SecuresourcemanagerV1::MergePullRequestRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecuresourcemanagerV1::MergePullRequestRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securesourcemanager_v1/classes.rb,
lib/google/apis/securesourcemanager_v1/representations.rb,
lib/google/apis/securesourcemanager_v1/representations.rb
Overview
MergePullRequestRequest is the request to merge a pull request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MergePullRequestRequest
constructor
A new instance of MergePullRequestRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MergePullRequestRequest
Returns a new instance of MergePullRequestRequest.
1459 1460 1461 |
# File 'lib/google/apis/securesourcemanager_v1/classes.rb', line 1459 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1464 1465 |
# File 'lib/google/apis/securesourcemanager_v1/classes.rb', line 1464 def update!(**args) end |