Class: Google::Cloud::SecureSourceManager::V1::ListIssueCommentsResponse

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 issue comments.

Instance Attribute Summary collapse

Instance Attribute Details

#issue_comments::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>

Returns The list of issue comments.

Returns:



1758
1759
1760
1761
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1758

class ListIssueCommentsResponse
  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.



1758
1759
1760
1761
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1758

class ListIssueCommentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end