Class UpdateFindingsRefinementRequest (0.6.2)

UpdateFindingsRefinementRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UpdateFindingsRefinement method.

Attributes

Name Description
findings_refinement google.cloud.chronicle_v1.types.FindingsRefinement
Required. The findings refinement to update. The findings refinement's name field is used to identify the findings refinement to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of fields to update. If * is provided, all fields will be updated.