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 document provides reference information for the `DeleteMigrationWorkflowRequest` class within the BigQuery Migration v2 API, specifically for version 1.4.0."],["The `DeleteMigrationWorkflowRequest` class is used to request the deletion of a previously created migration workflow in the BigQuery Migration service."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling."],["The class includes properties like `MigrationWorkflowName` and `Name` to specify the migration workflow to be deleted, with `Name` requiring the unique identifier of the workflow."],["There are different versions of the documentation available for the `DeleteMigrationWorkflowRequest` class, ranging from version 1.0.0 up to the latest version, 1.5.0, as well as the specific 1.4.0 covered here."]]],[]]