public sealed class ListAllFindingsRefinementDeploymentsResponse : IMessage<ListAllFindingsRefinementDeploymentsResponse>, IEquatable<ListAllFindingsRefinementDeploymentsResponse>, IDeepCloneable<ListAllFindingsRefinementDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<FindingsRefinementDeployment>, IEnumerable<FindingsRefinementDeployment>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListAllFindingsRefinementDeploymentsResponse.
Response message for ListAllFindingsRefinementDeployments method.
Implements
IMessageListAllFindingsRefinementDeploymentsResponse, IEquatableListAllFindingsRefinementDeploymentsResponse, IDeepCloneableListAllFindingsRefinementDeploymentsResponse, IBufferMessage, IMessage, IPageResponseFindingsRefinementDeployment, IEnumerableFindingsRefinementDeployment, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|