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, used for updating SecurityMarks resources in the Google Cloud Security Center."],["The `UpdateSecurityMarksRequest` class is implemented as an `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from the base `Object` class, and can be constructed with a default constructor or a copy constructor."],["The class's properties include `SecurityMarks` which is the required SecurityMarks resource to update, `StartTime` which represents the time the updated SecurityMarks take effect, and `UpdateMask` which specifies how the update should be performed."],["This documentation contains the versions 3.0.0 through 3.24.0, and 2.2.0 through 2.13.0, of the `UpdateSecurityMarksRequest` resource, providing a historical perspective of the class."],["The most recent version, `3.24.0`, contains the latest version of the `UpdateSecurityMarksRequest` resource, and it is a part of the Google Cloud Security Center V1."]]],[]]