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. Must be
earlier or equal to the server 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 page details the `UpdateSecurityMarksRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, outlining its purpose in updating SecurityMarks resources."],["The most recent version of this API, as shown on this page, is 3.24.0, which is designated as the latest release for `Google.Cloud.SecurityCenter.V1.UpdateSecurityMarksRequest`, and also provides links to prior versions."],["The `UpdateSecurityMarksRequest` class provides methods for updating security marks, specifying the `SecurityMarks` to update, and applying a `FieldMask` to control which parts of the security marks are updated."],["The `UpdateSecurityMarksRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["`UpdateSecurityMarksRequest` has two constructors: one default, and another that accepts another `UpdateSecurityMarksRequest` instance to create a new copy of the object."]]],[]]