Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::ListIssueCommentsResponse.
The response to list issue comments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue_comments
def issue_comments() -> ::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>
Returns
- (::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>) — The list of issue comments.
#issue_comments=
def issue_comments=(value) -> ::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>
Parameter
- value (::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>) — The list of issue comments.
Returns
- (::Array<::Google::Cloud::SecureSourceManager::V1::IssueComment>) — The list of issue comments.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.