public sealed class DeleteMigrationWorkflowRequest : IMessage<DeleteMigrationWorkflowRequest>, IEquatable<DeleteMigrationWorkflowRequest>, IDeepCloneable<DeleteMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class DeleteMigrationWorkflowRequest.
A request to delete 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 `DeleteMigrationWorkflowRequest` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.3.0."],["The `DeleteMigrationWorkflowRequest` class is used to send a request to delete a previously created migration workflow."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteMigrationWorkflowRequest` class includes properties like `MigrationWorkflowName` and `Name`, which are used to identify the specific workflow to delete."],["The documentation includes details about the constructors, inherited members, properties and parameters used in the `DeleteMigrationWorkflowRequest` class."]]],[]]