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 `GetSourceRequest` class is a request message for retrieving source information within the `Google.Cloud.VMMigration.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The class offers two constructors: a default constructor and one that takes another `GetSourceRequest` instance as a parameter for copying."],["It contains two properties: `Name` (a string representing the required source name) and `SourceName` (a typed view of the `Name` property)."],["The latest version available is 2.6.0 and it lists versions all the way down to 1.0.0."]]],[]]