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 webpage details the `UpdateSecurityMarksRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, providing documentation for its structure and usage in updating security marks."],["The latest version documented for `UpdateSecurityMarksRequest` is 3.24.0, with previous versions ranging from 3.23.0 down to 2.2.0, and version 2.5.0 has its own section dedicated to it, as it is the focus of the current documentation."],["The `UpdateSecurityMarksRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSecurityMarksRequest` class has multiple properties like `SecurityMarks`, `StartTime` and `UpdateMask`, each with their own specific types and purposes within the updating process."],["The class has two constructors, a parameterless one, and one that accepts another `UpdateSecurityMarksRequest` instance to create a copy of it."]]],[]]