public sealed class ListInsightsResponse : IPageResponse<Insight>, IEnumerable<Insight>, IEnumerable, IMessage<ListInsightsResponse>, IEquatable<ListInsightsResponse>, IDeepCloneable<ListInsightsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Recommender v1 API class ListInsightsResponse.
Response to the ListInsights method.
Implements
IPageResponse<Insight>, IEnumerable<Insight>, IEnumerable, IMessage<ListInsightsResponse>, IEquatable<ListInsightsResponse>, IDeepCloneable<ListInsightsResponse>, 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 |
RepeatedField<Insight> |
|
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 |
IEnumerator<Insight> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|