public sealed class CommitConversionWorkspaceRequest : IMessage<CommitConversionWorkspaceRequest>, IEquatable<CommitConversionWorkspaceRequest>, IDeepCloneable<CommitConversionWorkspaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class CommitConversionWorkspaceRequest.
Request message for 'CommitConversionWorkspace' request.
[[["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 reference documentation for the `CommitConversionWorkspaceRequest` class within the Database Migration v1 API."],["The `CommitConversionWorkspaceRequest` class is used to send requests for the 'CommitConversionWorkspace' function, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the available constructors, including a default constructor and one that takes another `CommitConversionWorkspaceRequest` object as a parameter."],["Key properties of the class include `CommitName`, which is an optional name for the commit, `ConversionWorkspaceName` which provides a typed view over the resource name, and `Name` which is a required property for the name of the conversion workspace to commit."],["There are various versions of this API available, ranging from version 1.0.0 to the latest 2.5.0."]]],[]]