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."],[[["The webpage provides documentation for the `GetSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its structure and usage."],["This class is designed as a request message for fetching a security source, with its primary property being the `Name`, which requires a resource name in the format \"organizations/\\[organization_id\\]/source/\\[source_id\\]\"."],["The documentation is available across numerous versions, ranging from version 2.2.0 to the latest version 3.24.0, each available via a hyperlink."],["The `GetSourceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains constructors for default creation and deep cloning from another `GetSourceRequest` instance."],["The `SourceName` property provides a typed view of the `Name` resource property."]]],[]]