public sealed class CreateMigrationWorkflowRequest : IMessage<CreateMigrationWorkflowRequest>, IEquatable<CreateMigrationWorkflowRequest>, IDeepCloneable<CreateMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class CreateMigrationWorkflowRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `CreateMigrationWorkflowRequest` class within the BigQuery Migration v2 API, specifically for version 1.1.0."],["The `CreateMigrationWorkflowRequest` class is used to create a request for a migration workflow resource and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It is derived from the base `object` class and contains properties like `MigrationWorkflow` (the workflow to be created), `Parent` (the project location), and `ParentAsLocationName` (a typed view of the `Parent` property)."],["The latest version of the documentation is for version 1.5.0 and the available documentation spans from version 1.0.0 to version 1.5.0."],["The class has two constructors: a default one and another one that takes another `CreateMigrationWorkflowRequest` object as parameter."]]],[]]