Chronicle v1 API - Class ListAllFindingsRefinementDeploymentsResponse (1.0.0-beta07)

public sealed class ListAllFindingsRefinementDeploymentsResponse : IMessage<ListAllFindingsRefinementDeploymentsResponse>, IEquatable<ListAllFindingsRefinementDeploymentsResponse>, IDeepCloneable<ListAllFindingsRefinementDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<FindingsRefinementDeployment>, IEnumerable<FindingsRefinementDeployment>, IEnumerable

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

Response message for ListAllFindingsRefinementDeployments method.

Inheritance

object > ListAllFindingsRefinementDeploymentsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListAllFindingsRefinementDeploymentsResponse()

public ListAllFindingsRefinementDeploymentsResponse()

ListAllFindingsRefinementDeploymentsResponse(ListAllFindingsRefinementDeploymentsResponse)

public ListAllFindingsRefinementDeploymentsResponse(ListAllFindingsRefinementDeploymentsResponse other)
Parameter
Name Description
other ListAllFindingsRefinementDeploymentsResponse

Properties

AllFindingsRefinementDeployments

public RepeatedField<FindingsRefinementDeployment> AllFindingsRefinementDeployments { get; }

List of all findings refinement deployments.

Property Value
Type Description
RepeatedFieldFindingsRefinementDeployment

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<FindingsRefinementDeployment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorFindingsRefinementDeployment