public sealed class StartMigrationJobRequest : IMessage<StartMigrationJobRequest>, IEquatable<StartMigrationJobRequest>, IDeepCloneable<StartMigrationJobRequest>, 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 latest version available for `StartMigrationJobRequest` is 2.5.0, with older versions ranging down to 1.0.0 also accessible."],["`StartMigrationJobRequest` is a message class used to initiate a 'StartMigrationJob' request within the Google Cloud Data Migration Service."],["The class `StartMigrationJobRequest` includes properties like `Name` and `MigrationJobName`, which are crucial for identifying and targeting the migration job to be started."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionalities."],["The StartMigrationJobRequest can be constructed with no values, or with an existing instance of itself."]]],[]]