Class: Google::Cloud::Chronicle::V1::ComputeFindingsRefinementActivityResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::ComputeFindingsRefinementActivityResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/findings_refinement.rb
Overview
Response message for ComputeFindingsRefinementActivity method.
Instance Attribute Summary collapse
-
#activity ⇒ ::Google::Cloud::Chronicle::V1::FindingsRefinementActivity
The activity for the findings refinement.
Instance Attribute Details
#activity ⇒ ::Google::Cloud::Chronicle::V1::FindingsRefinementActivity
Returns The activity for the findings refinement.
398 399 400 401 |
# File 'proto_docs/google/cloud/chronicle/v1/findings_refinement.rb', line 398 class ComputeFindingsRefinementActivityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |