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 provides documentation for the `UpdateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically for .NET development."],["It lists numerous versions of the `Google.Cloud.SecurityCenter.V1` API, ranging from version 2.2.0 up to the latest version of 3.24.0, each linked to their respective documentation pages."],["The `UpdateSourceRequest` class is used for sending update requests for a source resource and inherits from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a copy constructor, as well as two key properties, `Source` and `UpdateMask`, used to define the source and the fields to be updated."],["The page documents the use of `UpdateSourceRequest` as a mechanism for updating source resources by referencing its namespace, assembly, constructors, and properties, in addition to listing links to each documentation page for its previous versions."]]],[]]