public sealed class ComputeFindingsRefinementActivityRequest : IMessage<ComputeFindingsRefinementActivityRequest>, IEquatable<ComputeFindingsRefinementActivityRequest>, IDeepCloneable<ComputeFindingsRefinementActivityRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ComputeFindingsRefinementActivityRequest.
Request message for ComputeFindingsRefinementActivity method.
Implements
IMessageComputeFindingsRefinementActivityRequest, IEquatableComputeFindingsRefinementActivityRequest, IDeepCloneableComputeFindingsRefinementActivityRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ComputeFindingsRefinementActivityRequest()
public ComputeFindingsRefinementActivityRequest()ComputeFindingsRefinementActivityRequest(ComputeFindingsRefinementActivityRequest)
public ComputeFindingsRefinementActivityRequest(ComputeFindingsRefinementActivityRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ComputeFindingsRefinementActivityRequest |
Properties
FindingsRefinementName
public FindingsRefinementName FindingsRefinementName { get; set; }FindingsRefinementName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FindingsRefinementName |
|
Interval
public Interval Interval { get; set; }The time interval the activity is measured over.
| Property Value | |
|---|---|
| Type | Description |
Interval |
|
Name
public string Name { get; set; }Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
| Property Value | |
|---|---|
| Type | Description |
string |
|