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 page details the `UpdateSecurityMarksRequest` class, which is used to update a SecurityMarks resource in Google Cloud Security Center."],["The latest version of the `UpdateSecurityMarksRequest` is 3.24.0, but the page also lists numerous previous versions, all the way back to 2.2.0, available for use."],["The `UpdateSecurityMarksRequest` class includes properties such as `SecurityMarks`, `StartTime`, and `UpdateMask`, which are essential for modifying the security marks and control the timing and scope of the changes."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting different operations and ensuring data integrity."],["You can utilize the given constructors `UpdateSecurityMarksRequest()` or `UpdateSecurityMarksRequest(UpdateSecurityMarksRequest other)` depending on your needs when instantiating the class."]]],[]]