public sealed class ListNativeDashboardsResponse : IMessage<ListNativeDashboardsResponse>, IEquatable<ListNativeDashboardsResponse>, IDeepCloneable<ListNativeDashboardsResponse>, IBufferMessage, IMessage, IPageResponse<NativeDashboard>, IEnumerable<NativeDashboard>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListNativeDashboardsResponse.
Response message for listing dashboards.
Implements
IMessageListNativeDashboardsResponse, IEquatableListNativeDashboardsResponse, IDeepCloneableListNativeDashboardsResponse, IBufferMessage, IMessage, IPageResponseNativeDashboard, IEnumerableNativeDashboard, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListNativeDashboardsResponse()
public ListNativeDashboardsResponse()ListNativeDashboardsResponse(ListNativeDashboardsResponse)
public ListNativeDashboardsResponse(ListNativeDashboardsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNativeDashboardsResponse |
Properties
NativeDashboards
public RepeatedField<NativeDashboard> NativeDashboards { get; }The dashboards from the specified chronicle instance.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNativeDashboard |
|
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<NativeDashboard> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorNativeDashboard |
|