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 details the `UpdateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for updating a security source."],["The latest version available for `UpdateSourceRequest` is 3.24.0, with a history of versions dating back to 2.2.0, each linked for reference."],["The `UpdateSourceRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains two properties, `Source` which is a required field of the type `Source`, and `UpdateMask`, which uses `FieldMask` and specifies how to update the resource."],["There are two constructors for the UpdateSourceRequest, one default, and one taking another UpdateSourceRequest as a parameter for deep cloning."]]],[]]