Class: Google::Cloud::Recommender::V1::ListInsightsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::ListInsightsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommender_service.rb
Overview
Response to the ListInsights
method.
Instance Attribute Summary collapse
-
#insights ⇒ ::Array<::Google::Cloud::Recommender::V1::Insight>
The set of insights for the
parent
resource. -
#next_page_token ⇒ ::String
A token that can be used to request the next page of results.
Instance Attribute Details
#insights ⇒ ::Array<::Google::Cloud::Recommender::V1::Insight>
Returns The set of insights for the parent
resource.
98 99 100 101 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 98 class ListInsightsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be used to request the next page of results. This field is empty if there are no additional results.
98 99 100 101 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 98 class ListInsightsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |