Class: Google::Apis::SecuresourcemanagerV1::ClosePullRequestRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecuresourcemanagerV1::ClosePullRequestRequest
- 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
ClosePullRequestRequest is the request to close a pull request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClosePullRequestRequest
constructor
A new instance of ClosePullRequestRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClosePullRequestRequest
Returns a new instance of ClosePullRequestRequest.
421 422 423 |
# File 'lib/google/apis/securesourcemanager_v1/classes.rb', line 421 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
426 427 |
# File 'lib/google/apis/securesourcemanager_v1/classes.rb', line 426 def update!(**args) end |