Chronicle v1 API - Class ComputeFindingsRefinementActivityResponse (1.0.0-beta07)

public sealed class ComputeFindingsRefinementActivityResponse : IMessage<ComputeFindingsRefinementActivityResponse>, IEquatable<ComputeFindingsRefinementActivityResponse>, IDeepCloneable<ComputeFindingsRefinementActivityResponse>, IBufferMessage, IMessage

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

Response message for ComputeFindingsRefinementActivity method.

Inheritance

object > ComputeFindingsRefinementActivityResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ComputeFindingsRefinementActivityResponse()

public ComputeFindingsRefinementActivityResponse()

ComputeFindingsRefinementActivityResponse(ComputeFindingsRefinementActivityResponse)

public ComputeFindingsRefinementActivityResponse(ComputeFindingsRefinementActivityResponse other)
Parameter
Name Description
other ComputeFindingsRefinementActivityResponse

Properties

Activity

public FindingsRefinementActivity Activity { get; set; }

The activity for the findings refinement.

Property Value
Type Description
FindingsRefinementActivity