public sealed class DeleteWorkspaceRequest : IMessage<DeleteWorkspaceRequest>, IEquatable<DeleteWorkspaceRequest>, IDeepCloneable<DeleteWorkspaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DeleteWorkspaceRequest.
[[["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 documentation is for the `DeleteWorkspaceRequest` class within the Dataform v1beta1 API, specifically version 1.0.0-beta06."],["The `DeleteWorkspaceRequest` class is used to construct requests for deleting a workspace and it inherits from the `object` class while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors, one default and another that accepts a `DeleteWorkspaceRequest` object as a parameter, used for potential cloning or initialization."],["The class includes two properties, `Name` (a string representing the resource name of the workspace to be deleted) and `WorkspaceName`, which is a typed view over the `Name` property."]]],[]]