Class: Google::Cloud::SecureSourceManager::V1::ListPullRequestsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListPullRequestsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
ListPullRequestsResponse is the response to list pull requests.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#pull_requests ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::PullRequest>
The list of pull requests.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
1234 1235 1236 1237 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1234 class ListPullRequestsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pull_requests ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::PullRequest>
Returns The list of pull requests.
1234 1235 1236 1237 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1234 class ListPullRequestsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |