Chronicle v1 API - Class ListFeaturedContentNativeDashboardsResponse (1.0.0-beta05)

public sealed class ListFeaturedContentNativeDashboardsResponse : IMessage<ListFeaturedContentNativeDashboardsResponse>, IEquatable<ListFeaturedContentNativeDashboardsResponse>, IDeepCloneable<ListFeaturedContentNativeDashboardsResponse>, IBufferMessage, IMessage, IPageResponse<FeaturedContentNativeDashboard>, IEnumerable<FeaturedContentNativeDashboard>, IEnumerable

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

Response message for listing FeaturedContentNativeDashboards.

Inheritance

object > ListFeaturedContentNativeDashboardsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

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