Class: Google::Cloud::SecureSourceManager::V1::ListIssuesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListIssuesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
The response to list issues.
Instance Attribute Summary collapse
-
#issues ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::Issue>
The list of issues.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#issues ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::Issue>
Returns The list of issues.
1371 1372 1373 1374 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1371 class ListIssuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
1371 1372 1373 1374 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1371 class ListIssuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |