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 page details the `GetSourceRequest` class, used for requesting a source within Google Cloud Security Center's API, spanning multiple versions of the .NET library."],["The latest version available for `GetSourceRequest` is 3.24.0, with the page listing various other versions from 3.23.0 down to 2.2.0, allowing developers to reference previous releases."],["`GetSourceRequest` inherits from the base .NET `Object` class and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, providing essential functionality for message handling, comparison, and cloning."],["The class features two constructors: a default constructor (`GetSourceRequest()`) and a copy constructor (`GetSourceRequest(GetSourceRequest other)`), as well as the properties `Name` and `SourceName` to help define the target resource for the request."],["The `GetSourceRequest` class is used to request a source by providing the source's resource name, which is given in the format `\"organizations/[organization_id]/source/[source_id]\"` using the Name property, that is also available in a typed view with the `SourceName` property."]]],[]]