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 in the VMMigration API, and it is currently at version 2.1.0."],["The latest version available for this request is 2.6.0, with several older versions also available."],["`GetSourceRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, comparison, deep cloning, and buffer manipulation."],["The class includes two constructors, a default constructor and one that takes another `GetSourceRequest` object as a parameter for creating a copy."],["The `GetSourceRequest` class has properties for 'Name', which is a required string representing the source name, and 'SourceName', a typed view over the 'Name' property."]]],[]]