Google Cloud Recommender v1 API - Class ListInsightsResponse (3.6.0)

public sealed class ListInsightsResponse : IPageResponse<Insight>, IEnumerable<Insight>, IEnumerable, IMessage<ListInsightsResponse>, IEquatable<ListInsightsResponse>, IDeepCloneable<ListInsightsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Recommender v1 API class ListInsightsResponse.

Response to the ListInsights method.

Inheritance

object > ListInsightsResponse

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

ListInsightsResponse()

public ListInsightsResponse()

ListInsightsResponse(ListInsightsResponse)

public ListInsightsResponse(ListInsightsResponse other)
Parameter
Name Description
other ListInsightsResponse

Properties

Insights

public RepeatedField<Insight> Insights { get; }

The set of insights for the parent resource.

Property Value
Type Description
RepeatedFieldInsight

NextPageToken

public string NextPageToken { get; set; }

A token that can be used to request the next page of results. This field is empty if there are no additional results.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Insight> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorInsight