Chronicle v1 API - Class ListNativeDashboardsResponse (1.0.0-beta05)

public sealed class ListNativeDashboardsResponse : IMessage<ListNativeDashboardsResponse>, IEquatable<ListNativeDashboardsResponse>, IDeepCloneable<ListNativeDashboardsResponse>, IBufferMessage, IMessage, IPageResponse<NativeDashboard>, IEnumerable<NativeDashboard>, IEnumerable

Reference documentation and code samples for the Chronicle v1 API class ListNativeDashboardsResponse.

Response message for listing dashboards.

Inheritance

object > ListNativeDashboardsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

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