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."],[[["This webpage provides documentation for the `UpdateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its purpose as a request message for updating a source."],["The `UpdateSourceRequest` class is available in multiple versions, ranging from 2.2.0 to the latest 3.24.0, all of which are linked in the content for reference."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its interaction with the .NET environment."],["The class has two constructors, a default constructor and a copy constructor that takes an `UpdateSourceRequest` object, along with two properties called `Source` and `UpdateMask`."],["The properties `Source` and `UpdateMask` allow specifying the source to update, and the fields to be modified during the update."]]],[]]