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 update a source resource within the Google Cloud Security Center API, with the latest version being 3.24.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile object manipulation and comparison."],["The `UpdateSourceRequest` has two constructors: a default constructor and one that accepts another `UpdateSourceRequest` instance for cloning."],["It has two properties, `Source`, which represents the source to be updated and is required, and `UpdateMask`, which determines which fields of the source will be updated, with an empty mask meaning all fields are up for updating."],["The content also provides a comprehensive list of versions from 2.2.0 all the way up to the latest version which is 3.24.0, providing links to the respective `UpdateSourceRequest` documentation for each version."]]],[]]