public sealed class GetSourceRequest : IMessage<GetSourceRequest>, IEquatable<GetSourceRequest>, IDeepCloneable<GetSourceRequest>, 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 provides documentation for the `GetSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically for .NET development."],["The latest version available for `GetSourceRequest` is 3.24.0, with a comprehensive list of versions available for reference, ranging from 3.23.0 to 2.2.0."],["`GetSourceRequest` is a request message class used to retrieve a specific security source, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, representing the relative resource name of the source and `SourceName` a typed view over the `Name` resource name property."],["The class provides two constructors, one default and one that accepts another `GetSourceRequest` instance to copy its values."]]],[]]