public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessage
[[["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."],[[["The webpage provides documentation for the `UpdateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its properties, constructors, inheritance, and implementations."],["The latest version of the `UpdateSourceRequest` is 3.24.0, with versions going as far back as 2.2.0, each with a link to the relevant documentation for the version."],["`UpdateSourceRequest` is a request message designed to facilitate the updating of a source resource, with the class implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a parameterless constructor, and a copy constructor, allowing for the creation of new `UpdateSourceRequest` objects."],["Key properties of the `UpdateSourceRequest` class include `Source`, representing the resource to be updated, and `UpdateMask`, defining which fields are to be modified during the update operation."]]],[]]