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