Class Google::Cloud::Recommender::V1::ListInsightsResponse (v0.8.6)

Response to the ListInsights method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#insights

def insights() -> ::Array<::Google::Cloud::Recommender::V1::Insight>
Returns

#insights=

def insights=(value) -> ::Array<::Google::Cloud::Recommender::V1::Insight>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.
Returns
  • (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.