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."],[[["This document outlines the `StartMigrationJobRequest` class, which is used to request the start of a migration job within the Google Cloud Database Migration Service."],["The latest version of the `StartMigrationJobRequest` documentation is 2.5.0, with other versions available down to 1.0.0 for historical context."],["The `StartMigrationJobRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `StartMigrationJobRequest` object as a parameter, and also provides two key properties: `MigrationJobName` (a typed view) and `Name` (a string)."],["This class is found within the `Google.Cloud.CloudDms.V1` namespace and is contained within the `Google.Cloud.CloudDms.V1.dll` assembly."]]],[]]