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 details the `UpdateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for updating a security source."],["The latest version available for `UpdateSourceRequest` is version 3.24.0, with a history of versions back to 2.2.0 being available for review."],["The `UpdateSourceRequest` class has properties such as `Source` which denotes the resource to be updated and `UpdateMask` which denotes what fields should be updated."],["The `UpdateSourceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors provided, a default one with no parameters and another that accepts another `UpdateSourceRequest` as a parameter for creating a copy."]]],[]]