Class: Google::Cloud::SecureSourceManager::V1::ListIssuesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#issues::Array<::Google::Cloud::SecureSourceManager::V1::Issue>

Returns The list of issues.

Returns:



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.

Returns:

  • (::String)

    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