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.
Implements
IPageResponseInsight, IEnumerableInsight, IEnumerable, IMessageListInsightsResponse, IEquatableListInsightsResponse, IDeepCloneableListInsightsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
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 |