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 page details the `UpdateSourceRequest` class, used for updating a source within Google Cloud Security Center's API, within the `Google.Cloud.SecurityCenter.V1` namespace."],["The latest available version is 3.24.0, with various previous versions available from 3.23.0 all the way down to 2.2.0."],["The `UpdateSourceRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The class provides two constructors, a default constructor and one that takes another `UpdateSourceRequest` instance as a parameter, and the class contains properties to include `Source`, and `UpdateMask` parameters."],["The `UpdateMask` property can be used to specify which fields of the `Source` are to be updated, and if it is left blank, then all the properties of the `Source` will be updated."]]],[]]