public sealed class UpdateSecurityMarksRequest : IMessage<UpdateSecurityMarksRequest>, IEquatable<UpdateSecurityMarksRequest>, IDeepCloneable<UpdateSecurityMarksRequest>, IBufferMessage, IMessage
Request message for updating a SecurityMarks resource.
The time at which the updated SecurityMarks take effect.
If not set uses current server time. Updates will be applied to the
SecurityMarks that are active immediately preceding this time.
The FieldMask to use when updating the security marks resource.
The field mask must not contain duplicate fields.
If empty or set to "marks", all marks will be replaced. Individual
marks can be updated using "marks.<mark_key>".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides details about the `UpdateSecurityMarksRequest` class, which is used for updating a `SecurityMarks` resource within the Google Cloud Security Center API."],["The `UpdateSecurityMarksRequest` class is part of the `Google.Cloud.SecurityCenter.V1P1Beta1` namespace and is available in the `Google.Cloud.SecurityCenter.V1P1Beta1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning and message manipulation."],["The class has properties such as `SecurityMarks`, `StartTime`, and `UpdateMask` to specify the security marks to be updated, the effective time of the update, and the fields to be updated, respectively."],["The latest version of this class is `3.0.0-beta05`, and this webpage specifically documents the `2.0.0-beta07` version of the class."]]],[]]