public sealed class StartMigrationWorkflowRequest : IMessage<StartMigrationWorkflowRequest>, IEquatable<StartMigrationWorkflowRequest>, IDeepCloneable<StartMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class StartMigrationWorkflowRequest.
A request to start a previously created migration workflow.
[[["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 page provides documentation for the `StartMigrationWorkflowRequest` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.2.0."],["The `StartMigrationWorkflowRequest` class is used to initiate a previously created migration workflow, as per the provided information."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `StartMigrationWorkflowRequest` class has two properties: `MigrationWorkflowName` which has the type of `MigrationWorkflowName`, and `Name` of type `string`, that is the unique identifier for the migration workflow."],["There are 6 listed versions of the `StartMigrationWorkflowRequest`, with 1.5.0 as the latest."]]],[]]