public sealed class ListFeaturedContentNativeDashboardsResponse : IMessage<ListFeaturedContentNativeDashboardsResponse>, IEquatable<ListFeaturedContentNativeDashboardsResponse>, IDeepCloneable<ListFeaturedContentNativeDashboardsResponse>, IBufferMessage, IMessage, IPageResponse<FeaturedContentNativeDashboard>, IEnumerable<FeaturedContentNativeDashboard>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListFeaturedContentNativeDashboardsResponse.
Response message for listing FeaturedContentNativeDashboards.
Implements
IMessageListFeaturedContentNativeDashboardsResponse, IEquatableListFeaturedContentNativeDashboardsResponse, IDeepCloneableListFeaturedContentNativeDashboardsResponse, IBufferMessage, IMessage, IPageResponseFeaturedContentNativeDashboard, IEnumerableFeaturedContentNativeDashboard, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListFeaturedContentNativeDashboardsResponse()
public ListFeaturedContentNativeDashboardsResponse()ListFeaturedContentNativeDashboardsResponse(ListFeaturedContentNativeDashboardsResponse)
public ListFeaturedContentNativeDashboardsResponse(ListFeaturedContentNativeDashboardsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeaturedContentNativeDashboardsResponse |
Properties
FeaturedContentNativeDashboards
public RepeatedField<FeaturedContentNativeDashboard> FeaturedContentNativeDashboards { get; }The list of FeaturedContentNativeDashboards. Ordered by name by default.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeaturedContentNativeDashboard |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<FeaturedContentNativeDashboard> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeaturedContentNativeDashboard |
|