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 webpage details the `StartMigrationJobRequest` class, which is used to send a request to initiate a migration job within the Google Cloud Data Migration Service (Cloud DMS)."],["The `StartMigrationJobRequest` class is part of the `Google.Cloud.CloudDms.V1` namespace and is available in various versions, with 2.5.0 being the latest, and includes a version history."],["It implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which provide unique abilities to the class."],["Key properties within the `StartMigrationJobRequest` class include `MigrationJobName`, a type for managing resource names, and `Name`, a string representing the migration job's name."],["There are two constructors available for the class which are a default `StartMigrationJobRequest()` constructor, and one which take another instance of `StartMigrationJobRequest`."]]],[]]