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 `UpdateSourceRequest` class is used to request updates to a source resource within the Google Cloud Security Center."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Source`, representing the source to be updated, and `UpdateMask`, which determines which fields should be modified."],["The class is found within the `Google.Cloud.SecurityCenter.V1P1Beta1` namespace and is part of the `Google.Cloud.SecurityCenter.V1P1Beta1.dll` assembly."],["There are 2 constructors for the class, `UpdateSourceRequest()` and `UpdateSourceRequest(UpdateSourceRequest other)`, with the later accepting an `UpdateSourceRequest` as an argument."]]],[]]