public sealed class StartMigrationJobRequest : IMessage<StartMigrationJobRequest>, IEquatable<StartMigrationJobRequest>, IDeepCloneable<StartMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class StartMigrationJobRequest.
[[["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 provides reference information for the `StartMigrationJobRequest` class within the Google Cloud Database Migration v1 API, specifically version 2.3.0."],["The `StartMigrationJobRequest` class is used to initiate a request to start a migration job, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `MigrationJobName` and `Name` to identify the migration job, and `SkipValidation`, which allows skipping configuration verification."],["The document contains the various versions of the `StartMigrationJobRequest` class that are available, with version 2.5.0 being the most current iteration."],["The class offers two constructors: a default parameterless one, and one that accepts another `StartMigrationJobRequest` instance, to set its values."]]],[]]